diff options
Diffstat (limited to 'phpdbg_prompt.c')
-rw-r--r-- | phpdbg_prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index c26446cde1..ac95e69977 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -856,7 +856,7 @@ PHPDBG_COMMAND(quit) /* {{{ */ /* don't allow this to loop, ever ... */ if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { - phpdbg_destroy_input(&input TSRMLS_CC); + phpdbg_destroy_input((phpdbg_input_t**)&input TSRMLS_CC); PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; zend_bailout(); |