mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Cure a harmless MSVC warning. (no other changes)
FossilOrigin-Name: 02234ef85ed9349ddf6225f67b7e941b0b68cbd2e58c9d7d84a8324393349853
This commit is contained in:
@ -1268,7 +1268,7 @@ static int sessionReinitTable(sqlite3_session *pSession, SessionTable *pTab){
|
||||
}
|
||||
}
|
||||
|
||||
sqlite3_free(azCol);
|
||||
sqlite3_free((char*)azCol);
|
||||
return pSession->rc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user