Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
dummy commit due to travis ERROR: process timed out...
Browse files Browse the repository at this point in the history
  • Loading branch information
zelgerj committed Mar 12, 2015
1 parent 26f3aa4 commit f99d7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/object.c
Expand Up @@ -1062,14 +1062,14 @@ static void * pthreads_routine(void *arg) {
/* shutdown request */
php_request_shutdown(TSRMLS_C);

/* free interpreter */
tsrm_free_interpreter_context(tsrm_ls);

#ifdef PTHREADS_PEDANTIC
/* release global lock */
pthreads_globals_unlock(glocked TSRMLS_CC);
#endif

/* free interpreter */
tsrm_free_interpreter_context(tsrm_ls);

/**
* Shutdown Block End
**/
Expand Down

0 comments on commit f99d7f8

Please sign in to comment.