diff --git a/src/MadNLP_C.jl b/src/MadNLP_C.jl index 48a5e6c..0ac69f9 100644 --- a/src/MadNLP_C.jl +++ b/src/MadNLP_C.jl @@ -580,7 +580,7 @@ end Base.@ccallable function madnlp_c_destroy(s::Ptr{MadnlpCSolver})::Cvoid ref_store[s] = nothing - GC.gc() + # GC.gc() end end # module MadNLP_C