searchengine/cpix/cpix/src/cpixanalyzer.cpp
changeset 2 6c1a2771f4b7
parent 0 671dee74050a
child 8 6547bf8ca13a
--- a/searchengine/cpix/cpix/src/cpixanalyzer.cpp	Mon May 03 13:33:22 2010 +0300
+++ b/searchengine/cpix/cpix/src/cpixanalyzer.cpp	Fri May 14 16:57:37 2010 +0300
@@ -141,9 +141,9 @@
 
             // the wrapper custom must be released in any case, as
             // it was just a first step in the construction
-            // sequence
-            cpix_Analyzer_destroy(custom);
+            // sequence            
         }
+    cpix_Analyzer_destroy(custom);
 
     return system;
 }