OlivierJG / botansqlite3

Sqlite3 encryption codec to allow full database encryption using the algorithms supported by Botan.
85 stars 28 forks source link

Memory Leak Fix for Codec::GenerateWriteKey #5

Closed corytrese closed 10 years ago

corytrese commented 10 years ago

Using std::auto_ptr as requested. Added include to header.

OlivierJG commented 10 years ago

Great, thanks for the fix!