Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 22:21:01 +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:  <201010022221.o92MLAvU025355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ae          2010-10-02 22:21:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/geom/part        g_part.c g_part_mbr.c g_part_pc98.c 
  Log:
  SVN rev 213376 on 2010-10-02 22:21:01Z by ae
  
  MFC r213174:
    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.39.2.16  +1 -0      src/sys/geom/part/g_part.c
  1.13.2.4   +1 -0      src/sys/geom/part/g_part_mbr.c
  1.12.2.3   +1 -0      src/sys/geom/part/g_part_pc98.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010022221.o92MLAvU025355>