mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
plug a leak
This commit is contained in:
parent
61d49db1f3
commit
00eaff1528
1 changed files with 2 additions and 3 deletions
|
@ -75,11 +75,10 @@ static struct st_mysqlnd_typeii_plugin_example mysqlnd_example_plugin =
|
||||||
static
|
static
|
||||||
enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC)
|
enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC)
|
||||||
{
|
{
|
||||||
#if A0
|
|
||||||
struct st_mysqlnd_typeii_plugin_example * plugin = (struct st_mysqlnd_typeii_plugin_example *) p;
|
struct st_mysqlnd_typeii_plugin_example * plugin = (struct st_mysqlnd_typeii_plugin_example *) p;
|
||||||
#endif
|
|
||||||
DBG_ENTER("mysqlnd_example_plugin_end");
|
DBG_ENTER("mysqlnd_example_plugin_end");
|
||||||
|
mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values);
|
||||||
|
plugin->plugin_header.plugin_stats.values = NULL;
|
||||||
DBG_RETURN(PASS);
|
DBG_RETURN(PASS);
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue