mrfearless / RadASM2

RadASM v2
355 stars 70 forks source link

Heap Corruption - Error code: 0xc0000374 #4

Closed mrfearless closed 6 years ago

mrfearless commented 6 years ago

RadASM crashing on load. Crashdumps and event viewer indicate error code: 0xc0000374

Removing some custom controls helps prevent this, but not entirely.

Suspect its the way I am handling the new extended properties and storing the allocated memory in the notused field of the dialog structure.

Changed the way of handling this to hopefully prevent any future crashes.