flat assembler
Message board for the users of flat assembler.
Index
> Windows > memory leakage |
Author |
|
RedGhost 11 Aug 2005, 23:43
the memory leak comes from the fact you have an open handle in memory and you have not closed it, i have had memory leaks on winxp because of unclosed handles to CreateToolhelp32Snapshot, so i assume it is required on xp, i can't see why it wouldn't be on 9x, but i have no current 9x os running that i could test on
|
|||
11 Aug 2005, 23:43 |
|
Raedwulf 12 Aug 2005, 06:47
It should cause a memory on win9x....win9x is notorious for its handling of memory leaks - that's why I always needed to reboot so often .
In WinXP the memory leak will still occur but you can get away with it because winxp handles things safer so at most you close the app and everything is back to normal. (almost, hopefully ) But I'm not suggesting you to remove CloseHandle because if you don't weird things can happen. So it is a REQUIREMENT |
|||
12 Aug 2005, 06:47 |
|
Raedwulf 12 Aug 2005, 06:48
If a program hangs there is a possibility there will be memory leaks......but why would you want your program to hang ?
|
|||
12 Aug 2005, 06:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.