diff options
| author | Xinchen Hui <laruence@gmail.com> | 2015-11-07 07:43:18 -0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2015-11-07 07:43:18 -0800 |
| commit | de8bfb32bd1696a0420b36086a333abf0714a2a1 (patch) | |
| tree | 1016c5802972817027198a2ec071edcddbb8c075 /ext/session/mod_files.c | |
| parent | e9fd8ad4462a39f61e757ef89f417c413aa1df6f (diff) | |
| download | php-git-de8bfb32bd1696a0420b36086a333abf0714a2a1.tar.gz | |
Use defined macro
Diffstat (limited to 'ext/session/mod_files.c')
| -rw-r--r-- | ext/session/mod_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 8301b73f5e..e68cde2972 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -443,7 +443,7 @@ PS_CLOSE_FUNC(files) efree(data->basedir); efree(data); - *mod_data = NULL; + PS_SET_MOD_DATA(NULL); return SUCCESS; } |
