Bugfix: Memory leak fixed.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@394 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -47,9 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <map>
|
||||
#include "../include/aiTypes.h"
|
||||
|
||||
/*struct aiVector2D_t;
|
||||
struct aiVector3D_t;*/
|
||||
|
||||
namespace Assimp
|
||||
{
|
||||
|
||||
@@ -89,7 +86,7 @@ private:
|
||||
/// Method to copy the new line.
|
||||
void copyNextLine(char *pBuffer, size_t length);
|
||||
/// Stores the following 3d vector.
|
||||
void getVector3( std::vector<aiVector3D*> &point3d_array );
|
||||
void getVector3( std::vector<aiVector3D> &point3d_array );
|
||||
/// Stores the following 3d vector.
|
||||
void getVector2(std::vector<aiVector2D*> &point2d_array);
|
||||
/// Stores the following face.
|
||||
|
||||
Reference in New Issue
Block a user