Cleanup deferred_push_rdb_entry_detail

This commit is contained in:
twinaphex 2015-02-24 19:08:53 +01:00
parent 85f70e971a
commit c5c9fbfbd8

View File

@ -1236,12 +1236,10 @@ static int deferred_push_rdb_entry_detail(void *data, void *userdata,
ret = 0;
#endif
done:
#ifdef HAVE_LIBRETRODB
string_list_free(str_list);
#endif
return ret;
}