chiark / gitweb /
sysv-generator: fix resource leak
authorAndreas Henriksson <andreas@fatal.se>
Tue, 16 Sep 2014 19:22:59 +0000 (21:22 +0200)
committerDaniel Mack <daniel@zonque.org>
Tue, 16 Sep 2014 19:49:03 +0000 (21:49 +0200)
The "unit" string allocation is not freed on either error or success path.

Found by coverity. Fixes: CID#1237755


No differences found