wow, that was massively broken!
svn path=/trunk/KDE/kdelibs/; revision=893519
This commit is contained in:
parent
ac9356bd85
commit
25b3937022
@ -110,7 +110,8 @@ class AnimatorPrivate
|
|||||||
|
|
||||||
QMutableMapIterator<int, CustomAnimationState*> it(customAnims);
|
QMutableMapIterator<int, CustomAnimationState*> it(customAnims);
|
||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
delete it.value()->slot;
|
it.next();
|
||||||
|
delete[] it.value()->slot;
|
||||||
delete it.value();
|
delete it.value();
|
||||||
it.remove();
|
it.remove();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user