diff options
author | Dmitry Stogov <dmitry@zend.com> | 2017-11-15 02:13:16 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2017-11-15 02:13:16 +0300 |
commit | e4a7d31b092d63030a12c793276f7e1a42d05456 (patch) | |
tree | 41e015ee9b7006845832c3ecae6f81ef72a48b4f /ext/mysqlnd/mysqlnd_protocol_frame_codec.c | |
parent | e176e2d0ef2906c7ea3bf9d5e551e15f3a38ddb1 (diff) | |
download | php-git-e4a7d31b092d63030a12c793276f7e1a42d05456.tar.gz |
Merged allocations
Diffstat (limited to 'ext/mysqlnd/mysqlnd_protocol_frame_codec.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_protocol_frame_codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_protocol_frame_codec.c b/ext/mysqlnd/mysqlnd_protocol_frame_codec.c index f8cdcf751c..0e4618e175 100644 --- a/ext/mysqlnd/mysqlnd_protocol_frame_codec.c +++ b/ext/mysqlnd/mysqlnd_protocol_frame_codec.c @@ -441,7 +441,6 @@ MYSQLND_METHOD(mysqlnd_pfc, dtor)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const pfc->cmd_buffer.buffer = NULL; } - mnd_pefree(pfc->data, pfc->data->persistent); mnd_pefree(pfc, pfc->persistent); } DBG_VOID_RETURN; |