When a function returns a Bstring it is the callers responsibility to dispose of it.
The SokoMouse game isn't calling any Simple Windows functions that return strings. I only pass
quoted strings to the library. (only during init)
Glad to hear that DLLC has good house keeping habits.
@Peter
Just to make sure SB doesn't have leaking issues, I ran this at full bore for 5 minutes (100% CPU) and the memory usage level never budged.
SUB me
FOR x = 1 to 1000
b = x
NEXT
END SUB
a = 1
WHILE a
me
WEND