Date: Sat, 25 Sep 2010 18:27:29 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/part g_part.c g_part_mbr.c g_part_pc98.c Message-ID: <201009251827.o8PIRg9o066947@repoman.freebsd.org>
index | next in thread | raw e-mail
ae 2010-09-25 18:27:29 UTC
FreeBSD src repository
Modified files:
sys/geom/part g_part.c g_part_mbr.c g_part_pc98.c
Log:
SVN rev 213174 on 2010-09-25 18:27:29Z by ae
Some schemes can allocate memory for internal purposes but when
GEOM does withering this memory doesn't freed. Add G_PART_DESTROY
call to g_part_wither. Also add missed g_free() call to G_PART_READ
method for MBR and PC98 schemes.
Submitted by: jh (previous version)
Reviewed by: pjd
Approved by: kib (mentor)
Revision Changes Path
1.57 +1 -0 src/sys/geom/part/g_part.c
1.16 +1 -0 src/sys/geom/part/g_part_mbr.c
1.14 +1 -0 src/sys/geom/part/g_part_pc98.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009251827.o8PIRg9o066947>
