Project

General

Profile

« Previous | Next » 

Revision 5eeebd68

Added by peterzhu2118 (Peter Zhu) almost 3 years ago

Remove function ary_recycle_hash

Freeing the memory of a Hash should be done by the garbage collector
and not by array functions. This could potentially leak memory if
ary_recycle_hash was not implemented properly.