We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2305d2 + 27fa80f commit d914128Copy full SHA for d914128
php_memcached_session.c
@@ -68,9 +68,11 @@ void s_destroy_mod_data(memcached_st *memc)
68
{
69
php_memcached_user_data *user_data = memcached_get_user_data(memc);
70
71
+#if HAVE_MEMCACHED_SASL
72
if (user_data->has_sasl_data) {
73
memcached_destroy_sasl_auth_data(memc);
74
}
75
+#endif
76
77
memcached_free(memc);
78
pefree(memc, user_data->is_persistent);
0 commit comments