X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fpspp-convert.c;h=217576ae7bcac55012f04dd7d1730ef1ede8f65b;hb=8d6bfdd2a100bf8166b3b0b3f006d46f3e7a59e9;hp=f21e5bdb8b907cb51a25a331d9311f436fc743e5;hpb=b4f585e70eca236ca97e53ef487cea9a3ab5e78a;p=pspp diff --git a/utilities/pspp-convert.c b/utilities/pspp-convert.c index f21e5bdb8b..217576ae7b 100644 --- a/utilities/pspp-convert.c +++ b/utilities/pspp-convert.c @@ -223,7 +223,7 @@ main (int argc, char *argv[]) error (1, 0, _("%s: error writing output file"), output_filename); exit: - dict_destroy (dict); + dict_unref (dict); fh_unref (output_fh); fh_unref (input_fh); fh_done (); @@ -232,7 +232,7 @@ exit: return 0; error: - dict_destroy (dict); + dict_unref (dict); fh_unref (output_fh); fh_unref (input_fh); fh_done ();