encoding-target: Properly free temporary list
This commit is contained in:
parent
46b424a38b
commit
99c35c29ea
@ -1079,7 +1079,7 @@ gst_encoding_list_available_categories (void)
|
||||
else
|
||||
g_free (name);
|
||||
}
|
||||
g_free (tmp1);
|
||||
g_list_free (tmp1);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user