This commit is contained in:
twinaphex 2014-08-12 05:35:01 +02:00
parent fcbbf08109
commit 105af6e55c

View File

@ -142,7 +142,7 @@ static bool take_screenshot_raw(void)
static void take_screenshot(void)
{
bool viewport_read;
bool viewport_read = false;
bool ret = false;
const char *msg = NULL;
@ -339,6 +339,7 @@ static void deinit_recording(void)
g_extern.rec = NULL;
g_extern.rec_driver = NULL;
if (g_extern.record_gpu_buffer)
free(g_extern.record_gpu_buffer);
g_extern.record_gpu_buffer = NULL;
}