Revision 431929cf
Added by Leszek Koltunski almost 4 years ago
src/main/java/org/distorted/examples/rubik/RubikCube.java | ||
---|---|---|
188 | 188 |
{ |
189 | 189 |
mCubes[x][y][z].markForDeletion(); |
190 | 190 |
mNodes[x][y][z].markForDeletion(); |
191 |
mEffects[x][y][z].markForDeletion(); |
|
191 | 192 |
} |
192 | 193 |
} |
193 | 194 |
} |
Also available in: Unified diff
Plug two more memory leaks. It should be fine now.