1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Double test removed

This commit is contained in:
Bertrand Songis 2016-02-28 21:57:10 +01:00
parent 5e96d02120
commit d28c71db86

View file

@ -84,7 +84,7 @@ class BitmapBuffer: public BitmapBufferBase<uint16_t>
~BitmapBuffer()
{
if (dataAllocated && data) free(data);
if (dataAllocated) free(data);
}
inline void clear()