mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fixed a comment
svn path=/trunk/; revision=11491
This commit is contained in:
parent
b298e3ec15
commit
0e568c5b9f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: toolhelp.c,v 1.6 2004/10/31 00:09:12 weiden Exp $
|
||||
/* $Id: toolhelp.c,v 1.7 2004/10/31 00:14:18 weiden Exp $
|
||||
*
|
||||
* KERNEL32.DLL toolhelp functions
|
||||
*
|
||||
|
@ -1127,7 +1127,7 @@ CreateToolhelp32Snapshot(DWORD dwFlags, DWORD th32ProcessID)
|
|||
&hSnapShotSection);
|
||||
|
||||
/*
|
||||
* Free the temporarily allocated memory to collect all information
|
||||
* Free the temporarily allocated memory which is no longer needed
|
||||
*/
|
||||
TH32FreeAllocatedResources(HeapDebug,
|
||||
ModuleDebug,
|
||||
|
|
Loading…
Reference in a new issue