bryanherger / xdrawchem

XDrawChem is a two-dimensional molecule drawing program.
37 stars 11 forks source link

Seg-fault through key press #11

Closed Krzmbrzl closed 3 years ago

Krzmbrzl commented 6 years ago

Pressing almost any key twice while hovering over a bond causes a segmentation fault because a text-editor is internally created and discarded but not deleted. When pressing that button a second time this will cause the program to walk down an "unexpected pathway" trying to do something with said editor which finally creates the seg-fault