Easier error path in wDockTrackWindowLaunch.
commit70d8ad515b65a67f727e611567f282de462d3017
authorTobias Stoeckmann <tobias@openbsd.org>
Sat, 5 May 2012 07:44:42 +0000 (5 09:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 7 May 2012 23:37:48 +0000 (7 20:37 -0300)
tree61d432026b5184eadb0b26ac50613626d66f1492
parentb5df97db95366327decdd65486fd01f73096b7a9
Easier error path in wDockTrackWindowLaunch.

There is no need to allocate command if the very next line might
fail independently from comand, freeing that memory again in error path.
src/dock.c