Project

General

Profile

« Previous | Next » 

Revision 431929cf

Added by Leszek Koltunski over 3 years ago

Plug two more memory leaks. It should be fine now.

View differences:

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