Skip to content

Commit

Permalink
Merge pull request #8 from idodeclare/InstrumentsLeaks_20120309
Browse files Browse the repository at this point in the history
Small leak for GPGTask status codes
  • Loading branch information
Mento committed Mar 11, 2012
2 parents ad145aa + a3e5d09 commit 0ebefa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/GPGTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ - (NSInteger)start {

isRunning = NO;

[completeStatusData release];
return exitcode;
}

Expand Down

0 comments on commit 0ebefa1

Please sign in to comment.