diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-13 17:26:20 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-08-13 17:26:20 +0200 |
commit | c3ddda4e3c97c11ae538d44bafa4793fac94a533 (patch) | |
tree | bdb822ca3c8304434c7b35deee007a3273d1a02d /ext/session/mod_mm.c | |
parent | e40c9d49184d2ce93392a09033dbe5193d36e55f (diff) | |
parent | 8bda799d6f6b3027117105ab717dacdcab597032 (diff) | |
download | php-git-c3ddda4e3c97c11ae538d44bafa4793fac94a533.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Fixed bug #79724
Diffstat (limited to 'ext/session/mod_mm.c')
-rw-r--r-- | ext/session/mod_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index 6698c307e0..e6f8fa22b5 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -464,7 +464,7 @@ PS_GC_FUNC(mm) mm_unlock(data->mm); - return nrdels; + return *nrdels; } PS_CREATE_SID_FUNC(mm) |