Fix crash when passing $mychannels() a non-existent window refnum

This commit is contained in:
Kevin Easton
2017-11-10 16:53:32 +11:00
parent 8a176c6950
commit a028aebdb9
2 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Fix crash when passing $mychannels() a non-existent window refnum. (caf)
* Remove dll_functions, dll_numeric, dll_commands, dll_variable, dll_ctcp,
and dll_window variables from the module exports table. (caf)