Skip to content

Commit

Permalink
fix bug in memory free
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelBlend committed Oct 8, 2018
1 parent ba7ef6d commit 1adadee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/core.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,8 @@ cdef void create_link(int par_id, int max_link, int parothers_id=-1)nogil:
# free(neighbours)
free(fakepar)
free(link)
free(par)
free(par2)
# free(par)
# free(par2)


cdef struct Links:
Expand Down

0 comments on commit 1adadee

Please sign in to comment.