Fix memleak reported by Coverity: Don't leak a strdup.

NB: Fixes Coverity CID1039295

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-08 13:11:10 +01:00
parent 93fc18daf2
commit 61e17aa5c2
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ output(void)
}
eet_close(tef);
if (outdir) free(outdir);
}
static int