mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
Comment this out
This commit is contained in:
parent
449483206f
commit
3d4d9b09cf
@ -1543,8 +1543,6 @@ bool rarch_ctl(enum rarch_ctl_state state, void *data)
|
||||
}
|
||||
break;
|
||||
case RARCH_CTL_SYSTEM_INFO_FREE:
|
||||
/* No longer valid. */
|
||||
|
||||
if (runloop_system.subsystem.data)
|
||||
free(runloop_system.subsystem.data);
|
||||
runloop_system.subsystem.data = NULL;
|
||||
@ -1565,12 +1563,14 @@ bool rarch_ctl(enum rarch_ctl_state state, void *data)
|
||||
|
||||
audio_driver_unset_callback();
|
||||
|
||||
#if 0
|
||||
if (!string_is_empty(runloop_system.info.library_name))
|
||||
free((void*)runloop_system.info.library_name);
|
||||
if (!string_is_empty(runloop_system.info.library_version))
|
||||
free((void*)runloop_system.info.library_version);
|
||||
if (!string_is_empty(runloop_system.info.valid_extensions))
|
||||
free((void*)runloop_system.info.valid_extensions);
|
||||
#endif
|
||||
|
||||
runloop_system.info.library_name = NULL;
|
||||
runloop_system.info.library_version = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user