Skip to content

Commit adeb78f

Browse files
committed
Merge pull request #552
2 parents d4eb394 + 5864a63 commit adeb78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php_phongo.c

+2
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,8 @@ static inline void php_phongo_pclient_destroy(php_phongo_pclient_t *pclient)
18581858
if (pclient->pid == getpid()) {
18591859
mongoc_client_destroy(pclient->client);
18601860
}
1861+
1862+
pefree(pclient, 1);
18611863
}
18621864

18631865
#if PHP_VERSION_ID >= 70000

0 commit comments

Comments
 (0)