summaryrefslogtreecommitdiff
path: root/src/write-mgr-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/write-mgr-file.c')
-rw-r--r--src/write-mgr-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index 71adefeb..7ef6e699 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -315,7 +315,7 @@ mgr_file_contents (const char *busname,
WRITE_STR (TP_PROP_PROTOCOL_ICON, "Icon");
g_free (section_name);
- g_hash_table_destroy (props);
+ g_hash_table_unref (props);
protocols = protocols->next;
}