about summary refs log tree commit diff stats
path: root/src/contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.c')
-rw-r--r--src/contact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.c b/src/contact.c
index 52942bec..c57d1902 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -240,6 +240,7 @@ _get_most_available_resource(PContact contact)
 
         resources = g_list_next(resources);
     }
+    free(resources);
 
     return highest;
 }