mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +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
|
- (NSAffineTransform *) GSCurrentCTM
|
||||||
{
|
{
|
||||||
return [ctm copy];
|
return AUTORELEASE([ctm copy]);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) GSSetCTM: (NSAffineTransform *)newctm
|
- (void) GSSetCTM: (NSAffineTransform *)newctm
|
||||||
|
|
Loading…
Reference in a new issue