mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2026-08-11 16:33:01 +00:00
Fix filename memory leak.
This commit is contained in:
@@ -519,6 +519,7 @@ static gint _omvs_wait_for_multicast_packet(void) {
|
||||
g_free(addr_str);
|
||||
|
||||
if (!g_hash_table_insert(urihashtable, uri, NULL)) {
|
||||
g_free(filename);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user