encoding-target: Properly free temporary list

This commit is contained in:
Thibault Saunier 2017-01-06 11:39:27 -03:00
parent 46b424a38b
commit 99c35c29ea

View file

@ -1079,7 +1079,7 @@ gst_encoding_list_available_categories (void)
else
g_free (name);
}
g_free (tmp1);
g_list_free (tmp1);
return res;
}