Skip to content

Commit

Permalink
Moved the pool destruction at the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Jan 7, 2015
1 parent dd6dd72 commit cb9118d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ActiveSync/SOGoActiveSyncDispatcher+Sync.m
Expand Up @@ -773,8 +773,9 @@ - (void) processSyncGetChanges: (id <DOMElement>) theDocumentElement

return_count++;

DESTROY(pool);
}

DESTROY(pool);
} // for ...

if (more_available)
Expand Down

0 comments on commit cb9118d

Please sign in to comment.