Go to file
Jean-Paul Chaput 4c998aed83 Access to free'd memory correction inside CellWidget::unselectAll().
Do not iterate over a STL set while erasing (all) elements...
The set is stable over erasure, but if the iterator is pointing
to the erased element we cannot do a "++". Increment first, erase
after.
2008-09-21 10:48:08 +00:00
chamsin MetaCapacitor in progress 2008-07-24 15:39:12 +00:00
hurricane Access to free'd memory correction inside CellWidget::unselectAll(). 2008-09-21 10:48:08 +00:00