e - mixer - fix leak when seting volume

fixes a lieak i spotted in mixer after moving to epulse core. fix for
e20
This commit is contained in:
Carsten Haitzler 2015-09-02 00:03:57 +09:00
parent ac101eeef5
commit bdcbf06b0f
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ _slider_changed_cb(void *data EINA_UNUSED, Evas_Object *obj,
for (i = 0; i < s->volume.channel_count; i++) v.volumes[i] = val;
emix_sink_volume_set(s, v);
elm_slider_value_set(obj, val);
free(v.volumes);
}
static void