From: miha-q <>
Date: Sun, 10 Mar 2024 10:46:43 +0000 (-0400)
Subject: Sun Mar 10 06:46:43 AM EDT 2024
X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=fe46f2e5f33106e0b4740e3c4fcf57f5fe7e3c8d;p=QAnsel.git

Sun Mar 10 06:46:43 AM EDT 2024
---

diff --git a/src/bytecode.c b/src/bytecode.c
index ffc0a59..c593ca2 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -260,7 +260,7 @@ void qansel_instruction_queue
 	queueVectors[index]->rows = tmp.rows;
 	queueVectors[index]->cols = tmp.cols;
 	queueVectors[index]->ptr = tmp.ptr;
-	if (needToFreeGate) free(gate);
+	if (needToFreeGate) free(gate_ptr);
 }
 
 void qansel_instruction