mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 17:50:36 +08:00
Commit fc7f20c419 did fix a memory leak in
this test case, but at the price of introducing a crash due to deleting
the same pointer twice.
The real fix would be to change the code here to avoid returning a
pointer which sometimes needs to be deleted and sometimes must not, but
for now just add a crude check to avoid crashing.