ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
21 stars 3 forks source link

Fix Potential Memory Leaks #51

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

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.