mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
oops. made a bit of a memory leak.
This commit is contained in:
parent
826f4fd6ab
commit
7473c82be8
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name> USB Loader GX</name>
|
<name> USB Loader GX</name>
|
||||||
<coder>USB Loader GX Team</coder>
|
<coder>USB Loader GX Team</coder>
|
||||||
<version>1.0 r906</version>
|
<version>1.0 r907</version>
|
||||||
<release_date>201002050616</release_date>
|
<release_date>201002050625</release_date>
|
||||||
<short_description>Loads games from USB-devices</short_description>
|
<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.
|
<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.
|
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.
|
||||||
|
@ -576,8 +576,9 @@ int TitleBrowser(u32 type) {
|
|||||||
if (error || read != infilesize) {
|
if (error || read != infilesize) {
|
||||||
WindowPrompt(tr("Error:"), tr("No data could be read."), tr("OK"));
|
WindowPrompt(tr("Error:"), tr("No data could be read."), tr("OK"));
|
||||||
|
|
||||||
if(temp)free(temp);
|
|
||||||
}
|
}
|
||||||
|
if(temp)free(temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user