mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 17:09:44 +00:00
Monotone-Parent: d4b6685b33be650d23fc020ef3de5d203cb4557e
Monotone-Revision: aa2df14071d3f06710efeac3490e7780366f1b42 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-12T03:42:00
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* NSString+NGCards.m (-asCardAttributeValues): fixed a leak by
|
||||
freeing "characters" at the end of the method.
|
||||
|
||||
2012-01-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* NSString+NGCards.m (-vCardSubvalues): fixed allocation of
|
||||
|
||||
@@ -148,6 +148,8 @@
|
||||
[values addObject: newString];
|
||||
[newString release];
|
||||
|
||||
NSZoneFree (NULL, characters);
|
||||
|
||||
return values;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user