Fixed memory leaks in SOGoSyncCacheObject and correctly kill the cache upon each EAS iteration

This commit is contained in:
Ludovic Marcotte
2014-12-22 19:59:33 -05:00
parent 72732879fa
commit 255bcbe92f
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[o setUID: theUID];
[o setSequence: theSequence];
return o;
return [o autorelease];
}
- (void) dealloc