Merge pull request #3252 from sronsse/fixes_for_team

command: Remove core deinitialization on close for non-dynamic targets
This commit is contained in:
Twinaphex 2016-07-21 19:00:44 +02:00 committed by GitHub
commit f22d9dfb10

View File

@ -1922,7 +1922,9 @@ bool command_event(enum event_command cmd, void *data)
break; break;
} }
#ifdef HAVE_DYNAMIC
command_event(CMD_EVENT_LOAD_CORE_DEINIT, NULL); command_event(CMD_EVENT_LOAD_CORE_DEINIT, NULL);
#endif
switch (cmd) switch (cmd)
{ {