Files
erlang-sqlite3/c_src/sqlite3_drv.c
Dmitriy Mazurin d237e42735 Few memory leaks were fixed.
First memory leak occurred due to improper linked list construction
in `add_to_ptr_list` function.
In case if list had tail - result of execution would be lost pointer of
previous tail.

Second memory leak was in `output_error`.
Function allocated `dataset` but never freed allocated memory.
2014-10-06 14:57:16 +04:00

49 KiB