dongri / phonenumber

With a given country and phone number, validate and format the MOBILE phone number to E.164 standard
MIT License
186 stars 46 forks source link

Memory leak for GetISO3166() #28

Closed 4rakcheev closed 1 year ago

4rakcheev commented 2 years ago

Each call of GetISO3166() creates a new array of rules that causing the memory leak. Will fix soon.