mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
dcd6c6043e
This is a default destructor for mbfl_convert_filter structs. The thing is: there isn't really anything that needs to be done to those structs before freeing them. The default destructor just zeroed out some fields, but there's no reason why we should actually do that.