mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 22:14:26 -04:00
wstring support for datatree, urlencode for xml..?
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ void GLFont::loadFont(const std::wstring& fontFile) {
|
||||
lodepng::State state;
|
||||
unsigned error = lodepng::decode(image, imgWidth, imgHeight, raw_image, png_size);
|
||||
|
||||
delete raw_image;
|
||||
delete[] raw_image;
|
||||
png_file.Close();
|
||||
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user