mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
In [GSCurrentCTM] autorelease the returned value.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17340 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ed7d9cb7b
commit
854dea7e2a
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@
|
|||
|
||||
- (NSAffineTransform *) GSCurrentCTM
|
||||
{
|
||||
return [ctm copy];
|
||||
return AUTORELEASE([ctm copy]);
|
||||
}
|
||||
|
||||
- (void) GSSetCTM: (NSAffineTransform *)newctm
|
||||
|
|
Loading…
Reference in a new issue