mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix a memory leak in test_async.c. (CVS 3085)
FossilOrigin-Name: 904ffa4dfb60e00b01db17049de2f4934537f3d8
This commit is contained in:
@@ -932,6 +932,7 @@ static void *asyncWriterThread(void *NotUsed){
|
||||
}
|
||||
async.pQueueFirst = p->pNext;
|
||||
}
|
||||
sqlite3OsFree(p);
|
||||
assert( holdingMutex );
|
||||
|
||||
/* Drop the queue mutex before continuing to the next write operation
|
||||
|
||||
Reference in New Issue
Block a user