Skip to content

Commit

Permalink
Fix Travis-ci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yulonghu committed May 8, 2018
1 parent 8299531 commit 41dffdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/querybuilder/asf_db_querybuilder_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ PHP_METHOD(asf_db_qb_select, having)
ASF_CALL_USER_FUNCTION_EX(self, "where", 5, return_value, 4, args);

(void)asf_db_absqb_clear_where_set(self);

zval_ptr_dtor(&args[2]);
}
/* }}} */

Expand Down

0 comments on commit 41dffdb

Please sign in to comment.