cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 54 forks source link

Memory leaks in exprnode.c #116

Closed cjdrake closed 9 years ago

cjdrake commented 9 years ago

The ExprNode_restrict and ExprNode_compose functions do not currently delete the dictionary used during restrict/compose operations.