[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix a bug in ha_groonga::rnd_next. free_expr is replaced.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:19:37 JST 2012


Tetsuro IKEDA	2009-08-18 17:41:45 +0900 (Tue, 18 Aug 2009)

  New Revision: 082669bd0f856d7bca4246c5fec54f1035f5e6d5
  https://github.com/mroonga/mroonga/commit/082669bd0f856d7bca4246c5fec54f1035f5e6d5

  Log:
    fix a bug in ha_groonga::rnd_next. free_expr is replaced.

  Modified files:
    ha_groonga.cc

  Modified: ha_groonga.cc (+1 -1)
===================================================================
--- ha_groonga.cc    2009-08-18 17:39:12 +0900 (7fefd01)
+++ ha_groonga.cc    2009-08-18 17:41:45 +0900 (08e5e44)
@@ -381,7 +381,7 @@ int ha_groonga::rnd_next(uchar *buf)
 
   if (mcond)
   {
-    free_expr(mcond->expr);
+    mrn_free_expr(mcond->expr);
     mcond = NULL;
   }
   free(record->bitmap);
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-mysql-commit mailing list
Back to archive index