#18897: Memory leak in polynomial_compiled.univar_pd
-------------------------+-------------------------------------------------
Reporter: | Owner:
slabbe | Status: needs_review
Type: | Milestone: sage-6.8
defect | Resolution:
Priority: major | Merged in:
Component: | Reviewers:
memleak | Work issues:
Keywords: | Commit:
Authors: Simon | 6d340771137df00b0da8a24485a95383f111d533
King | Stopgaps:
Report Upstream: N/A |
Branch: |
public/18897 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by SimonKing):
Replying to [comment:21 dimpase]:
> or even
>
> {{{
> #!python
> cdef void binary_tree_dealloc(binary_tree_node *self):
> if self != NULL:
> binary_tree_dealloc(self.left)
> binary_tree_dealloc(self.right)
> free_binary_tree_node(self)
> }}}
Right. Before I change that: Should the module be moved to
data_structures? After all, it is a general data structure that does not
rely on sage-specific structures (i.e., not on parents and elements).
--
Ticket URL: <http://trac.sagemath.org/ticket/18897#comment:24>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.