comment out unneeded delete that triggers free() instead of GC_free()
svn: r4884
This commit is contained in:
parent
31f39a0f0f
commit
b03b114135
|
@ -2812,7 +2812,7 @@ void wxMediaEdit::EndPrint(wxDC *, void *data)
|
|||
SetMaxWidth(savedInfo->maxw);
|
||||
SetAutowrapBitmap(savedInfo->bm);
|
||||
|
||||
DELETE_OBJ savedInfo;
|
||||
/* DELETE_OBJ savedInfo; */
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user