X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=ead50a6c6a0258f7951041658b86ae2a172ba270;hb=8d6bfdd2a100bf8166b3b0b3f006d46f3e7a59e9;hp=82a6fea780d4da8144dece3e2189d062beaad268;hpb=b4f585e70eca236ca97e53ef487cea9a3ab5e78a;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 82a6fea780..ead50a6c6a 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -250,7 +250,7 @@ cmd_sysfile_info (struct lexer *lexer, struct dataset *ds UNUSED) table_item_submit (table_item_create (table, NULL /* XXX */, NULL)); - dict_destroy (d); + dict_unref (d); fh_unref (h); free (encoding);