bugfix in buffer object. Didn't increase the refcount when slicing

This commit is contained in:
Francesco Cozzuto
2023-01-12 16:11:53 +01:00
parent a56a302fd0
commit 189bfa030b
14 changed files with 117 additions and 315 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
}
}
fprintf(out_stream, "\n};\n");
fprintf(out_stream, "\n\t0\n};\n");
fclose(in_stream);
fclose(out_stream);