Navigation Menu

Skip to content

Commit

Permalink
Add missing GRN_OBJ_FIN()
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 19, 2015
1 parent 4477584 commit a1977d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/db.c
Expand Up @@ -5878,6 +5878,7 @@ grn_accessor_set_value(grn_ctx *ctx, grn_accessor *a, grn_id id,
grn_rset_recinfo_set_max(ctx, ri, a->obj,
GRN_INT64_VALUE(&value_int64));
}
GRN_OBJ_FIN(ctx, &value_int64);
}
}
break;
Expand All @@ -5894,6 +5895,7 @@ grn_accessor_set_value(grn_ctx *ctx, grn_accessor *a, grn_id id,
grn_rset_recinfo_set_sum(ctx, ri, a->obj,
GRN_INT64_VALUE(&value_int64));
}
GRN_OBJ_FIN(ctx, &value_int64);
}
}
break;
Expand Down

0 comments on commit a1977d3

Please sign in to comment.