** Free a bitmap object allocated by recoverBitmapAlloc(). */
| 13860 | ** Free a bitmap object allocated by recoverBitmapAlloc(). |
| 13861 | */ |
| 13862 | static void recoverBitmapFree(RecoverBitmap *pMap){ |
| 13863 | sqlite3_free(pMap); |
| 13864 | } |
| 13865 | |
| 13866 | /* |
| 13867 | ** Set the bit associated with page iPg in bitvec pMap. |
no outgoing calls
no test coverage detected