From d5c44350c25d1014b8bfbb9867a0e7131079d253 Mon Sep 17 00:00:00 2001
From: Jaime Passos <lazymyuutsu@gmail.com>
Date: Mon, 6 Jan 2020 20:20:05 -0300
Subject: [PATCH] Initialise

---
 src/r_picformats.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/r_picformats.c b/src/r_picformats.c
index cbfdc3c909..a8ae01f13a 100644
--- a/src/r_picformats.c
+++ b/src/r_picformats.c
@@ -493,9 +493,9 @@ void *Picture_GetPatchPixel(
 {
 	fixed_t ofs;
 	column_t *column;
-	UINT8 *s8;
-	UINT16 *s16;
-	UINT32 *s32;
+	UINT8 *s8 = NULL;
+	UINT16 *s16 = NULL;
+	UINT32 *s32 = NULL;
 
 	if (patch == NULL)
 		I_Error("Picture_GetPatchPixel: patch == NULL");
-- 
GitLab