diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-12 19:01:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-12 19:01:51 +0000 |
commit | 6a095d5cb1bc22d35425aac5a4666242140bdb87 (patch) | |
tree | 4f69645f8ae09a3a77eeec544a7ca02700a019bf /sys/arch/sgi | |
parent | d8d41b4a03c62b64b16e2e4fe3dd5f26408b790c (diff) |
revert bogus free changes in not kernel files. got a little trigger happy.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/stand/sgivol/sgivol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/sgivol/sgivol.c b/sys/arch/sgi/stand/sgivol/sgivol.c index fa054a3c324..b4b2993cc07 100644 --- a/sys/arch/sgi/stand/sgivol/sgivol.c +++ b/sys/arch/sgi/stand/sgivol/sgivol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgivol.c,v 1.22 2014/07/12 18:44:42 tedu Exp $ */ +/* $OpenBSD: sgivol.c,v 1.23 2014/07/12 19:01:49 tedu Exp $ */ /* $NetBSD: sgivol.c,v 1.8 2003/11/08 04:59:00 sekiya Exp $ */ /*- @@ -432,7 +432,7 @@ write_file(void) i -= fsize; } fclose(fp); - free(fbuf, 0); + free(fbuf); } void |