From d8cba9c67553b091757d9032f2e1b92ae7243041 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 23 Jan 2015 22:16:25 +0100 Subject: [PATCH] Should hopefully fix problems --- runloop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runloop.c b/runloop.c index 16491b7f5b..ce8bdc4c43 100644 --- a/runloop.c +++ b/runloop.c @@ -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; }