mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 16:52:43 -05:00
Fix double free
This commit is contained in:
@@ -807,7 +807,9 @@ u32 http_get(const char *url, char ** filename, char ** buf, InstallType install
|
||||
return 0;
|
||||
}
|
||||
|
||||
DEBUG(content_disposition);
|
||||
char * tok = strtok(content_disposition, "\"");
|
||||
DEBUG(tok);
|
||||
tok = strtok(NULL, "\"");
|
||||
|
||||
if(!(tok))
|
||||
|
||||
Reference in New Issue
Block a user