mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2025-06-07 16:06:11 +00:00
Fix filename memory leak.
This commit is contained in:
parent
3c969575fd
commit
6cfa826913
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user