QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: badger on October 02, 2020, 08:24:08 pm
-
Hello
If you use a goto to leave a select case statement does that leave a memory leak like in the following code
badger
iflag3 = 0
senventoryrec.id = sr
-
It shouldn't - but don't take anyone's word for it.
Run the program with task manager open and watch the memory usage over time.
-
Hello
thanks very much i will do that when i have debuged this section of my program i have a lot of rem statements between the sections of the software and there are a lot of them but i am at 826 lines but about a third or those rem statements ..
Badger