Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2005 22:03:48 +0000 (UTC)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/ndis subr_ndis.c
Message-ID:  <200503282203.j2SM3mQP078612@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2005-03-28 22:03:48 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c 
  Log:
  The filehandle allocated in NdisOpenFile() is allocated using
  ExAllocatePoolWithTag(), not malloc(), so it should be released
  with ExFreePool(), not free(). Fix a couple if instances of
  free(fh, ...) that got overlooked.
  
  Revision  Changes    Path
  1.81      +2 -2      src/sys/compat/ndis/subr_ndis.c



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