ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems

Home Page:https://elife-asu.github.io/Inform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Potential Memory Leaks

dglmoore opened this issue · comments

Several of the time series measures perform multiple allocations. The difficulty is that if one of those allocations fail, then we have to free all of the successful allocations. We are not doing that at present.