Skip to content
Commit a6de6e3d authored by Matthias Clasen's avatar Matthias Clasen Committed by Ondrej Holy
Browse files

compressor: Plug some memory leaks

Valgrind complained that the g_list_copy_deep call here leaks
memory. In fact, the set_property implementation already takes
care of copying the list and reffing the objects, so don't
do it here.

https://bugzilla.gnome.org/show_bug.cgi?id=778804
parent 87e278ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment