mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 04:00:08 +01:00
fixed memory leak
This commit is contained in:
parent
b0e77f0da3
commit
f27dd9b8f2
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue