alvesoaj / eFLL

eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
MIT License
209 stars 91 forks source link

Remove unnecessary call of cleanPoints(this->pointsCursor); #4

Closed mikebutrimov closed 9 years ago

mikebutrimov commented 9 years ago

Need to remove unnecessary call cleanPoints(this->point Cursor) in ~Fuzzy Composition destructor, because it causes illegal duplicate call of free(aux) on the last element of points.