Diff between 402eb678b19e0867201484f148894b84080f041b and bc190b6e3f724b5bdd385f85a48d4d6097e2dde3

Changed Files

File Additions Deletions Status
obexd/plugins/phonebook-tracker.c +1 -0 modified

Full Patch

diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 8078dc3..9cd82e7 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -620,6 +620,7 @@ static GString *gen_vcards(GSList *contacts,
 
 		g_free(c_data->id);
 		phonebook_contact_free(c_data->contact);
+		g_free(c_data);
 	}
 
 	return vcards;