Skip to content

Commit

Permalink
fixed issue microsoft#378
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadis Kakanejadi Fard committed May 3, 2017
1 parent fb3663b commit c5af000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/shared/core_stmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ SQLRETURN core_sqlsrv_execute( sqlsrv_stmt* stmt TSRMLS_DC, const char* sql, int
// if the statement executed but failed in a subsequent operation before returning,
// we need to cancel the statement and deref the output and stream parameters
if ( stmt->send_streams_at_exec ) {
zend_hash_clean( Z_ARRVAL( stmt->output_params ));
finalize_output_parameters( stmt TSRMLS_CC );
zend_hash_clean( Z_ARRVAL( stmt->param_streams ));
}
if( stmt->executed ) {
Expand Down

0 comments on commit c5af000

Please sign in to comment.