git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43681
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/imagtga.h"
#include "wx/log.h"
#include "wx/imagtga.h"
#include "wx/log.h"
+#include "wx/scopeguard.h"
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
// constants
+ wxON_BLOCK_EXIT1(free, imageData);
+
unsigned char *dst = image->GetData();
unsigned char* alpha = NULL;
unsigned char *dst = image->GetData();
unsigned char* alpha = NULL;
return wxTGA_INVFORMAT;
}
return wxTGA_INVFORMAT;
}