We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7364a3b commit f278d9bCopy full SHA for f278d9b
1 file changed
Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m
@@ -465,8 +465,8 @@ - (BOOL)_connect
465
// If the connection was cancelled, clean up and don't continue
466
if (userTriggeredDisconnect) {
467
mysql_close(mySQLConnection);
468
- [self _unlockConnection];
469
mySQLConnection = NULL;
+ [self _unlockConnection];
470
return NO;
471
}
472
0 commit comments