projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b734505
)
Fix missing argument to fmt_free().
author
Ken Hornstein
<kenh@pobox.com>
Fri, 16 Nov 2012 02:47:36 +0000
(21:47 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Fri, 16 Nov 2012 02:47:36 +0000
(21:47 -0500)
uip/fmtdump.c
patch
|
blob
|
history
diff --git
a/uip/fmtdump.c
b/uip/fmtdump.c
index
eb5608e
..
2ec0a80
100644
(file)
--- a/
uip/fmtdump.c
+++ b/
uip/fmtdump.c
@@
-104,7
+104,7
@@
main (int argc, char **argv)
fmt_dump(fmt);
- fmt_free(fmt);
+ fmt_free(fmt, 1);
done(0);
return 1;