SQLite Forum

Freeing memory used in sqlite£-result_blob
Login
Should it be
sqlite3_result_blob(...,free);
or
sqlite3_result_blob(...,&free);