*little bug fix

This commit is contained in:
dimok321 2010-09-26 09:39:55 +00:00
parent 0358aaac72
commit 1c4f46e8e5
2 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name> USB Loader GX</name>
<coder>USB Loader GX Team</coder>
<version>1.0 r977</version>
<release_date>201009260906</release_date>
<version>1.0 r978</version>
<release_date>201009260928</release_date>
<short_description>Loads games from USB-devices</short_description>
<long_description>USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times.
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.

View File

@ -124,6 +124,10 @@ void ResourceManager::InternalRemoveImageData(u8 * img)
}
}
}
else if(img)
{
free(img);
}
}
void ResourceManager::InternalRemoveImageData(GuiImageData * img)