PyBullet: fixed a few more file leaks

This commit is contained in:
Erwin Coumans
2018-12-04 19:58:24 +01:00
parent d4db50f668
commit e3c03401c8
4 changed files with 4 additions and 1 deletions

View File

@@ -591,6 +591,7 @@ void LoadMeshFromCollada(const char* relativeFileName, btAlignedObjectArray<GLIn
if (actual==size)
{
}
fileIO->fileClose(fileHandle);
}
if (xmlString.size()==0)
return;