okuoku / ptc3sim

Smilebasic 3.xx database project(UNOFFICIAL)
1 stars 0 forks source link

DATE$ and TIME$ would cause severe memory leak in certain circumstance #27

Closed okuoku closed 9 years ago

okuoku commented 9 years ago

(official)

Don't instantiate DATE$ or TIME$ directly inside special syntax (e.g. IF)

IF TIME$==saved$ ....

WAR: Store them into temporary variable

okuoku commented 9 years ago

(Official: Fixed in 3.0.2)