From ba2f522e05cec899d42c0493a21a7835f82f713f Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 7 Sep 2016 16:02:16 -0700 Subject: [PATCH] Update BulletUrdfImporter.cpp use free (and not delete), since b3ImportMeshUtility/stbi_load uses malloc (and not new) --- examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp index 992840850..efbbbbb89 100644 --- a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp +++ b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp @@ -1001,7 +1001,7 @@ int BulletURDFImporter::convertLinkVisualShapes(int linkIndex, const char* pathP //delete textures for (int i=0;i