12-17-2023, 09:05 PM
It's normal behavior, and it's always been that way for us.
I believe the main issue one might run into would be with something like the following:
_FreeImage Foo
_PutImage ,Foo
Now, with the above, you're going to get an error message saying, "You're a dummy! You just freed that image!!"
If the value was set to 0, then that's basically saying, "Put the Image(0) to...."
And, as we all know, Image(0) tends to default to the current _DISPLAY or the _DEST, in most cases... Which probably isn't what you actually want to happen here.
I believe the main issue one might run into would be with something like the following:
_FreeImage Foo
_PutImage ,Foo
Now, with the above, you're going to get an error message saying, "You're a dummy! You just freed that image!!"
If the value was set to 0, then that's basically saying, "Put the Image(0) to...."
And, as we all know, Image(0) tends to default to the current _DISPLAY or the _DEST, in most cases... Which probably isn't what you actually want to happen here.