dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

Memory allocation bug #104

Closed bradunov closed 9 years ago

bradunov commented 9 years ago

In some cases, wpl_alloc is not followed by wpl_free which causes a memory leak. A code example is checked in test/backend/mem.wpl.

dimitriv commented 9 years ago

@bradunov this should be fixed now