surbhitt / climber

A study of rope.
MIT License
0 stars 0 forks source link

Destroy rope (deallocation) #3

Closed surbhitt closed 8 months ago

surbhitt commented 8 months ago

The deallocation at the moment happens through the recursive dfs function that traverses the rope. The function right now gives the error

free(): double free detected in tcache 2
Aborted (core dumped)