fixed memory leak
[platform/upstream/dbus.git] / test / spawn-test.c
index 991a5e8..68bd333 100644 (file)
@@ -36,6 +36,8 @@ main (int argc, char **argv)
       fprintf (stderr, "Could not launch application: \"%s\"\n",
               error.message);
     }
-  
+
+  dbus_free(argv_copy);
   return 0;
 }