Skip to content

Commit

Permalink
interface: Re-enable gc call
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 19, 2024
1 parent a9c7171 commit 41c7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadNLP_C.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 41c7faa

Please sign in to comment.