summaryrefslogtreecommitdiff
path: root/src/JSystem/JAudio2/JASHeapCtrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/JAudio2/JASHeapCtrl.cpp')
-rw-r--r--src/JSystem/JAudio2/JASHeapCtrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JAudio2/JASHeapCtrl.cpp b/src/JSystem/JAudio2/JASHeapCtrl.cpp
index 985336cf67..ec89a82aba 100644
--- a/src/JSystem/JAudio2/JASHeapCtrl.cpp
+++ b/src/JSystem/JAudio2/JASHeapCtrl.cpp
@@ -118,7 +118,7 @@ bool JASHeap::free() {
JSUTreeIterator<JASHeap> stack_20;
for (JSUTreeIterator<JASHeap> it(mTree.getFirstChild()); it != mTree.getEndChild(); it = stack_20) {
stack_20 = it;
- stack_20++;
+ ++stack_20;
it->free();
}
JSUTree<JASHeap>* parentTree = mTree.getParent();