|
From: John L. <jla...@gm...> - 2014-12-05 19:44:58
|
On Fri, Dec 5, 2014 at 11:48 AM, Les Newell <les...@fa...>
wrote:
> I'm not sure where to submit a patch but the wxGridCellEditor and
> wxGridCellRenderer classes should not be automatically deleted. The grid
> control takes ownership of these objects causing a crash after the grid is
> deleted. I have attached a patch for the grid binding file.
>
>
Ahh, yes I call IncRef() when adding them to the grid, but I believe that I
should actually call DecRef() on them instead of %delete. I should be able
to get to it next week.
Thanks,
John
------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> wxlua-users mailing list
> wxl...@li...
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>
>
|