mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-15 03:28:48 -06:00
vision: Fix another use of wrong delete operator in ARToolKit code
This commit is contained in:
@@ -475,7 +475,7 @@ analyze(Texture *tex, bool do_flip_texture) {
|
||||
}
|
||||
}
|
||||
|
||||
delete data;
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
#endif // HAVE_ARTOOLKIT
|
||||
|
||||
Reference in New Issue
Block a user