mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Fix a comment in sessions. No functional changes.
[forum:/forumpost/8c20dc935b|Forum post 8c20dc935b]. FossilOrigin-Name: b0eb6d3628c1f70399a22d9fd3b79a796bc343adfeba50515440db609565961a
This commit is contained in:
@ -2348,9 +2348,7 @@ void sqlite3session_delete(sqlite3_session *pSession){
|
||||
** associated hash-tables. */
|
||||
sessionDeleteTable(pSession, pSession->pTable);
|
||||
|
||||
/* Assert that all allocations have been freed and then free the
|
||||
** session object itself. */
|
||||
// assert( pSession->nMalloc==0 );
|
||||
/* Free the session object. */
|
||||
sqlite3_free(pSession);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user