gdbus: Fix processing pending properties in remove_interface()

This commit is contained in:
Johan Hedberg 2012-10-08 14:36:12 +02:00 committed by Marcel Holtmann
parent d1d2f6dbe1
commit c4ec194ede
1 changed files with 2 additions and 0 deletions

View File

@ -646,6 +646,8 @@ static gboolean remove_interface(struct generic_data *data, const char *name)
if (iface == NULL)
return FALSE;
process_properties_from_interface(data, iface);
data->interfaces = g_slist_remove(data->interfaces, iface);
if (iface->destroy) {