Navigation Menu

Skip to content

Commit

Permalink
fix a bug in ha_groonga::rnd_next. free_expr is replaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Aug 18, 2009
1 parent 4d7d092 commit 082669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_groonga.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 082669b

Please sign in to comment.