VladimirMarkelov / clui

Command Line User Interface (Console UI inspired by TurboVision)
MIT License
670 stars 50 forks source link

window: fix event processing #114

Closed dorileo closed 6 years ago

dorileo commented 6 years ago

Avoid invalid memory address access by no trying to get parent's control if next control is nil on event processing.

Signed-off-by: Leandro Dorileo leandro.maciel.dorileo@intel.com

VladimirMarkelov commented 6 years ago

Good catch!