]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: free() command-string, after it is not needed anymore
authorAxel Wagner <mail@merovius.de>
Wed, 26 Jan 2011 00:24:54 +0000 (01:24 +0100)
committerAxel Wagner <mail@merovius.de>
Wed, 26 Jan 2011 00:54:36 +0000 (01:54 +0100)
i3bar/src/main.c

index 9c2a3181ae4cfa4dc7dbd03e268c5b1170ccf918..41b0ea7b0a5b003bec24d5f89820201f3b086924 100644 (file)
@@ -227,6 +227,7 @@ int main(int argc, char **argv) {
     /* The name of this function is actually misleading. Even if no -c is specified,
      * this function initiates the watchers to listen on stdin and react accordingly */
     start_child(command);
+    FREE(command);
 
     /* We listen to SIGTERM/QUIT/INT and try to exit cleanly, by stopping the main-loop.
      * We only need those watchers on the stack, so putting them on the stack saves us