1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Add a missing walIndexUnmap() to sqlite3WalSnapshotOpen().

FossilOrigin-Name: 72b95fde15dae56390dc8d4168fb2757447e289e
This commit is contained in:
dan
2010-04-30 09:32:06 +00:00
parent 5047af405b
commit ba51590bcd
4 changed files with 13 additions and 9 deletions

View File

@@ -5083,7 +5083,7 @@ static int unixShmClose(sqlite3_shm *pSharedMem){
** written into pNewSize. A writer lock is held on the shared memory
** segment while resizing it.
**
** If ppBuffer is not NULL, the a reader lock is acquired no the shared
** If ppBuffer is not NULL, the a reader lock is acquired on the shared
** memory segment and *ppBuffer is made to point to the start of the
** shared memory segment. xShmRelease() must be called to release the
** lock.