vision: Fix another use of wrong delete operator in ARToolKit code

This commit is contained in:
rdb 2023-01-27 10:40:47 +01:00
parent e14d43ebe5
commit ef58255abd

View File

@ -475,7 +475,7 @@ analyze(Texture *tex, bool do_flip_texture) {
}
}
delete data;
delete[] data;
}
#endif // HAVE_ARTOOLKIT