We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e5df8 commit 3ab4fd4Copy full SHA for 3ab4fd4
1 file changed
IncSet.c
@@ -72,8 +72,8 @@ IncSet* IncSet_new(FunctionBar* bar) {
72
}
73
74
void IncSet_delete(IncSet* this) {
75
- IncMode_done(&(this->modes[0]));
76
- IncMode_done(&(this->modes[1]));
+ IncMode_done(&(this->modes[INC_SEARCH]));
+ IncMode_done(&(this->modes[INC_FILTER]));
77
free(this);
78
79
0 commit comments