Fix tiny memory leak in dump test
authorDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 15:16:20 +0000 (16:16 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 4 Jun 2012 15:16:20 +0000 (16:16 +0100)
commit77c909dee2edbef2e96f95887a6abd96b985df6f
treef0a0bd66b5330f30a0c9c03fe31701280975ce72
parent2e009f69c701c53123654785ff5cf0a0c67c22b2
Fix tiny memory leak in dump test

We forgot to free the path we'd allocated with asprintf.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
test/dump.c