Fuzzy libray for embedded targets developed by zerokol. Read more on: http://zerokol.com/product/51e93616e84c5571b7000018/2/en edit by Bruno Alfano - corrected deallocation of FuzzyOutput

Fuzzy library by Zerokol. Read more on: http://zerokol.com/product/51e93616e84c5571b7000018/2/en

edit by Bruno Alfano - corrected deallocation bug for FuzzyOutput

Revision:
1:d545f709646b
Parent:
0:66cd67db4f1b
--- a/FuzzyOutput.cpp	Wed Jun 24 06:30:39 2015 +0000
+++ b/FuzzyOutput.cpp	Wed Jun 24 15:05:37 2015 +0000
@@ -20,6 +20,7 @@
 
 // DESTRUTOR
 FuzzyOutput::~FuzzyOutput(){
+    this->fuzzyComposition.empty();
 }
 
 // MÉTODOS PÚBLICOS