Skip to content

db_*: call SASLDB_FREEPATH with the correct pointer#854

Open
flowerysong wants to merge 1 commit intocyrusimap:masterfrom
flowerysong:sasldb_freepath
Open

db_*: call SASLDB_FREEPATH with the correct pointer#854
flowerysong wants to merge 1 commit intocyrusimap:masterfrom
flowerysong:sasldb_freepath

Conversation

@flowerysong
Copy link
Contributor

path sometimes gets overwritten with something that shouldn't be freed, while the registry value always needs to be freed. The easiest way to do this is to separate them.

This was previously fixed for LMDB in #840, but the other backends also have this issue and I think this version of the fix is a little more elegant so I applied it to db_lmdb.c as well.

path sometimes gets overwritten with something that shouldn't be freed,
while the registry value always needs to be freed. The easiest way to do
this is to separate them.

Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants