Memory leak patch (3 posts)

  • Profile picture of 1p said 3 months, 1 week ago:

    com.jme3.renderer.queue.GeometryList

    --- 0
    +++ 619
    @@ -119,6 +119,7 @@
         public void clear() {
             for (int i = 0; i < size; i++){
                 geometries[i] = null;
    +            geometries2[i] = null;
     No newline at end of file
             }
    
             size = 0;
    
  • Profile picture of normen normen1271p said 3 months, 1 week ago:

    Please post proper patches, also post them in the Contributions group.

  • Profile picture of 1p said 3 months, 1 week ago:

    OK.
    I do so from next.