Menu

#1001 Memory Leak UTF-8 / WSTRING mode when 'Select Case...Case...End Select'

open
nobody
None
compiler
2024-01-24
2024-01-24
No

See in the forum the topic 'Memory Leak UTF-8 mode Select Case Case' at:
https://www.freebasic.net/forum/viewtopic.php?t=32547

The memory leak also happens with a 'normal' ascii file if you make the 'CASE' with WStr:

Dim c As String = "abc"
Do 
    Select Case c
    Case WStr("a")
    End Select 
Loop 

Discussion


Log in to post a comment.

MongoDB Logo MongoDB