closes https://github.com/assimp/assimp/issues/1266: fix wrong delete
authorKim Kulling <kimkulling@users.noreply.github.com>
Mon, 15 May 2017 07:55:39 +0000 (09:55 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2017 07:55:39 +0000 (09:55 +0200)
commite5657bf0c533a87e0b6fe9c8fbaaeaf35b7c383a
tree1c3d20205eac7748c686e40ad31fcd2ecc5372da
parentab45dc79fa037292a7d94d29566ccf92b6b4a125
closes https://github.com/assimp/assimp/issues/1266: fix wrong delete

Instead of delete delete [] must be used.
code/RemoveVCProcess.cpp