Should hopefully fix problems

This commit is contained in:
twinaphex 2015-01-23 22:16:25 +01:00
parent ca67cd7cce
commit d8cba9c675

View File

@ -898,6 +898,9 @@ static int rarch_main_iterate_http_parse(void)
net_http_delete(g_extern.http_handle);
g_extern.http_handle = NULL;
msg_queue_clear(g_extern.http_msg_queue);
return 0;
}