]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.h
Plug several memory leaks
[r2c2.git] / source / 3d / tracktype.h
index ca999c3ee2a1200e11e47e98a01419a020945f0b..952e8986b17365ee52112fd25a03b9b02e4f0c86 100644 (file)
@@ -17,6 +17,7 @@ private:
        Catalogue3D &catalogue;
        Msp::GL::Mesh *mesh;
        Msp::GL::Object *object;
+       bool own_data;
        std::vector<Msp::GL::Mesh *> path_meshes;
 
 public: