Diff between 4b3fe69df7c77043d8f4b39a34431e4ef19c2071 and 5475aba84edcafe5f7d2043262a780312ceef27a
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/pcsuite.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/pcsuite.c b/obexd/plugins/pcsuite.c
index 752074c..07c444f 100644
--- a/obexd/plugins/pcsuite.c
+++ b/obexd/plugins/pcsuite.c
@@ -376,6 +376,7 @@ static void *backup_open(const char *name, int oflag, mode_t mode,
obj->error_code = 0;
if (send_backup_dbus_message("open", obj, size) == FALSE) {
+ g_free(obj->cmd);
g_free(obj);
obj = NULL;
}