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:
parent
5e96d02120
commit
d28c71db86
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class BitmapBuffer: public BitmapBufferBase<uint16_t>
|
|||
|
||||
~BitmapBuffer()
|
||||
{
|
||||
if (dataAllocated && data) free(data);
|
||||
if (dataAllocated) free(data);
|
||||
}
|
||||
|
||||
inline void clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue