Skip to content
Snippets Groups Projects
Commit 8a64a65b authored by dh00601's avatar dh00601
Browse files

fixed typo with freeing the store memaddr

parent 681ff9dc
Branches auto_resolution
No related tags found
No related merge requests found
...@@ -1801,7 +1801,7 @@ class Population: ...@@ -1801,7 +1801,7 @@ class Population:
1, 1,
) )
# free store memory: # free store memory:
binary_c_bindings.free_store_memaddr(self.grid_options["_store_memaddr"]) _binary_c_bindings.free_store_memaddr(self.grid_options["_store_memaddr"])
# Return a set of results and errors # Return a set of results and errors
output_dict = { output_dict = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment