tdauth / vjasside

IDE for the scripting languages JASS and vJass of the computer game Warcraft III.
0 stars 0 forks source link

Fix ordering by column and line/segmentation fault #25

Open tdauth opened 2 years ago

tdauth commented 2 years ago

The segmentation fault does not occurr in the leaking non-leaking examples. Some element like constant function or something must cause it.

tdauth commented 2 years ago

It is caused by this line:

call DisplayTextToPlayer(Player(0), 0.0, 0.0, "Number " + I2S(i))

I had calls before but something with the parameter might cause it.