mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
vision: Fix another use of wrong delete operator in ARToolKit code
This commit is contained in:
parent
e14d43ebe5
commit
ef58255abd
@ -475,7 +475,7 @@ analyze(Texture *tex, bool do_flip_texture) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
delete data;
|
delete[] data;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // HAVE_ARTOOLKIT
|
#endif // HAVE_ARTOOLKIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user