Comment this out

This commit is contained in:
twinaphex 2017-05-30 01:47:49 +02:00
parent 449483206f
commit 3d4d9b09cf

View File

@ -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;