13
0
This commit is contained in:
Robin Gareus 2015-01-26 17:12:09 +01:00
parent 208a2a1926
commit 47f8125b35

View File

@ -1377,7 +1377,7 @@ RegionMoveDrag::aborted (bool movement_occurred)
{
if (_copy) {
for (list<DraggingView>::const_iterator i = _views.begin(); i != _views.end(); ++i) {
for (list<DraggingView>::const_iterator i = _views.begin(); i != _views.end();) {
list<DraggingView>::const_iterator next = i;
++next;
delete i->view;