]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 10 06:46:43 AM EDT 2024
authormiha-q <>
Sun, 10 Mar 2024 10:46:43 +0000 (06:46 -0400)
committermiha-q <>
Sun, 10 Mar 2024 10:46:43 +0000 (06:46 -0400)
src/bytecode.c

index ffc0a59f4d552049d710e5bcdad8ef26bd302e77..c593ca2d782a81a0f611eb7885566e08093fa3db 100644 (file)
@@ -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