mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Fix memory leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26555 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca9fe1135d
commit
f69ec5d76b
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/cairo/CairoContext.m (-GSSetDevice:::): Fix memory leak.
|
||||
|
||||
2008-05-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/XGCommonFont.m (XGFontCacheName): New function to standardize
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
surface = [[_CAIRO_SURFACE_CLASSNAME alloc] initWithDevice: device];
|
||||
|
||||
[CGSTATE GSSetSurface: surface : x : y];
|
||||
[surface release];
|
||||
}
|
||||
|
||||
- (void) beginPrologueBBox: (NSRect)boundingBox
|
||||
|
|
Loading…
Reference in a new issue