X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv-driver.c;h=7e22cf0c1bac7469904b4b545415683c407d3f53;hb=cbf273bfb07d7db5353eb691b903a321b7e5bd59;hp=707e82abfa33afe34348743664bcc176a13a6fce;hpb=74f7e168fc9a87ff45730452df3627636c5e2f77;p=pspp diff --git a/src/output/spv-driver.c b/src/output/spv-driver.c index 707e82abfa..7e22cf0c1b 100644 --- a/src/output/spv-driver.c +++ b/src/output/spv-driver.c @@ -62,6 +62,7 @@ spv_create (struct file_handle *fh, enum settings_output_devices device_type, if (spv->writer == NULL) { msg (ME, "%s", error); + free (error); goto error; }