summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index a2b8719a..8f760422 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -62,7 +62,6 @@ cdef class SimplexTree:
def __dealloc__(self):
cdef Simplex_tree_interface_full_featured* ptr = self.get_ptr()
- # Avoid double free - The original is in charge of deletion
if ptr != NULL:
del ptr
if self.pcohptr != NULL: