ref: e678e4690a05a4f8b15dd73b19921e3cc6c15e54
parent: 5fa804d69fe1c1db6954217bca19637656e579b4
author: cinap_lenrek <cinap_lenrek@localhost>
date: Thu Jun 16 14:19:32 EDT 2011
fix memleak
--- a/sys/src/libdisk/proto.c
+++ b/sys/src/libdisk/proto.c
@@ -208,6 +208,7 @@
if(child.old)
free(child.old);
}
+ free(d);
}
close(fd);
}
--
⑨