Skip to content

Commit a2ca7c7

Browse files
committed
Dispose status (#104)
1 parent f57cd74 commit a2ca7c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebird_utils.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ extern "C" int fbu_insert_aliases(void *master_ptr, ISC_STATUS* st, ibase_query
121121
}
122122
}
123123

124+
status.dispose();
125+
124126
return 0;
125127
}
126128

@@ -159,6 +161,8 @@ extern "C" int fbu_insert_field_info(void *master_ptr, ISC_STATUS* st, int is_ou
159161
}
160162
}
161163

164+
status.dispose();
165+
162166
return 0;
163167
}
164168

0 commit comments

Comments
 (0)