Skip to content

Commit 1ff47a9

Browse files
committed
CONC-786: conc_212 check stmt close
1 parent 28eb647 commit 1ff47a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/libmariadb/features-10_2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ static int conc_212(MYSQL *mysql)
172172

173173

174174
rc= mysql_stmt_close(stmt);
175+
check_stmt_rc(rc, stmt);
175176

176177
return OK;
177178
}

0 commit comments

Comments
 (0)