code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

[ColladaMaya] Missing array delete operator #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. COLLADAMaya::AnimationMKey::~AnimationMKey() calls delete instead of
delete[] on the output array.
2. same in ~AnimationMKeyTCB()

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

COLLADAMaya plugin r715 for Maya 2009 on Windows XP 32 bit

Please provide any additional information below.

patch attached

Original issue reported on code.google.com by Carsten....@gmail.com on 5 Jan 2010 at 11:32

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for providing the patch. We will have a look at it and will apply it 
soon.

Original comment by opencollada2@googlemail.com on 11 Jan 2010 at 3:17

GoogleCodeExporter commented 9 years ago
Thanks for providing the patch. It has been applied in rev 764.

Original comment by opencollada2@googlemail.com on 17 Aug 2010 at 1:53