mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Minor cleanup in location/android.c
This commit is contained in:
parent
e9a8573afa
commit
8f095df694
@ -98,6 +98,7 @@ static void *android_location_init(void)
|
|||||||
|
|
||||||
return androidlocation;
|
return androidlocation;
|
||||||
dealloc:
|
dealloc:
|
||||||
|
if (androidlocation)
|
||||||
free(androidlocation);
|
free(androidlocation);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user