dbusiface-device: Free the copied proplist.
authorTanu Kaskinen <tanuk@iki.fi>
Sun, 16 Aug 2009 16:41:43 +0000 (19:41 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Sun, 16 Aug 2009 16:41:43 +0000 (19:41 +0300)
src/modules/dbus/iface-device.c

index 3cf9d19..15ece83 100644 (file)
@@ -1274,6 +1274,7 @@ void pa_dbusiface_device_free(pa_dbusiface_device *d) {
         pa_source_unref(d->source);
     }
     pa_hashmap_free(d->ports, port_free_cb, NULL);
+    pa_proplist_free(d->proplist);
     pa_dbus_protocol_unref(d->dbus_protocol);
     pa_subscription_free(d->subscription);