1
0
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:
larrybr
2023-10-25 20:44:01 +00:00
parent 63aff62e69
commit 634b037fa3
3 changed files with 8 additions and 11 deletions

View File

@ -1268,7 +1268,7 @@ static int sessionReinitTable(sqlite3_session *pSession, SessionTable *pTab){
}
}
sqlite3_free(azCol);
sqlite3_free((char*)azCol);
return pSession->rc;
}