Fix filename memory leak.

This commit is contained in:
Taeho Oh 2016-02-22 18:43:01 +09:00
parent 3c969575fd
commit 6cfa826913

View File

@ -519,6 +519,7 @@ static gint _omvs_wait_for_multicast_packet(void) {
g_free(addr_str); g_free(addr_str);
if (!g_hash_table_insert(urihashtable, uri, NULL)) { if (!g_hash_table_insert(urihashtable, uri, NULL)) {
g_free(filename);
continue; continue;
} }