fix: use stdlib free instead of malloc

malloc.h isn't portable to MacOS
https://stackoverflow.com/questions/12973311/difference-between-stdlib-h-and-malloc-h
This commit is contained in:
youben11
2022-03-03 10:57:51 +01:00
committed by Umut
parent e63df413c8
commit d2e3f2490b

View File

@@ -3,8 +3,6 @@
// https://github.com/zama-ai/concrete-compiler-internal/blob/master/LICENSE.txt
// for license information.
#include <malloc.h>
#include <iosfwd>
#include <iostream>
#include <stdlib.h>