Skip to content

Commit

Permalink
merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondykk9 committed Dec 4, 2024
1 parent cf53953 commit 1f11f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/object/class_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -3008,6 +3008,10 @@ classobj_make_index_filter_pred_info (DB_SEQ * pred_seq)
goto error;
}

filter_predicate->pred_string = NULL;
filter_predicate->pred_stream = NULL;
filter_predicate->att_ids = NULL;

if (val_str_len > 0)
{
filter_predicate->pred_string = (char *) db_ws_alloc (val_str_len + 1);
Expand Down

0 comments on commit 1f11f7c

Please sign in to comment.