Skip to content

Commit

Permalink
interface: Debug, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 18, 2024
1 parent 19ccf35 commit c091c82
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 c091c82

Please sign in to comment.