Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Fixed a leak of FMDatabase.databaseLock (found by static analyzer)
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Aug 16, 2016
1 parent 943213a commit 8b5814f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FMDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ - (void)dealloc {
[openResultSets release];
[cachedStatements release];
[databasePath release];
[databaseLock release];

[super dealloc];
}
Expand Down

0 comments on commit 8b5814f

Please sign in to comment.