From 009813a694156625de703bf56e0b840c92e80479 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Nov 2015 01:36:27 +0100 Subject: [PATCH] Derp - ininite loop --- gfx/video_context_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/video_context_driver.c b/gfx/video_context_driver.c index db42c91e65..2ce5a3da95 100644 --- a/gfx/video_context_driver.c +++ b/gfx/video_context_driver.c @@ -95,9 +95,6 @@ void gfx_ctx_set(const gfx_ctx_driver_t *ctx_driver) void gfx_ctx_destroy(const gfx_ctx_driver_t *ctx_driver) { - if (ctx_driver) - gfx_ctx_destroy(ctx_driver); - video_context = NULL; }