forked from cory/tildefriends
Fix some memory leaks I just introduced.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4173 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -2331,6 +2331,7 @@ void tf_ssb_destroy(tf_ssb_t* ssb)
|
||||
{
|
||||
sqlite3_close(ssb->db_readers[i]);
|
||||
}
|
||||
tf_free(ssb->db_readers);
|
||||
uv_mutex_destroy(&ssb->db_readers_lock);
|
||||
tf_free((void*)ssb->db_path);
|
||||
tf_free(ssb);
|
||||
|
Reference in New Issue
Block a user