Files
ardour/libs
Robin Gareus cbf5f3d622 Fix crash when changing Pane widgets -- #7198
Gtkmm2Ext::Pane::on_add() uses a pointer to a std::vector<> element
in the destroy notify callback. If the vector is modified, that pointer
becomes invalid.

Add 2 widgets "A", "B". remove "B", add another one "C".
Now if A is destroyed, notify_child_destroyed(PTR) points to
invalid memory and not to "A".
2017-01-08 12:39:07 +01:00
..
2016-12-29 04:16:09 +11:00
2016-10-27 15:57:47 +02:00
2016-12-03 15:18:21 -05:00
2017-01-05 09:24:40 +00:00