Skip to content

Commit

Permalink
Merge branch 'release-1.7.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 10, 2019
2 parents 831086b + 5a17d75 commit 30a51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Source/DTSQLite/DTSQLiteDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ - (void)cancelAllQueries

[self performBlock:^{
// set cancelling back after queue was cleared out
_isCancelling = NO;
self->_isCancelling = NO;
}];

[_queue setSuspended:NO];
Expand Down

0 comments on commit 30a51d1

Please sign in to comment.