datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

Fixed memory issue in calls with multiple headers. #124

Closed mdiflorio closed 6 years ago

mdiflorio commented 6 years ago

Fixes #114 by replacing header malloc with pj_pool_t which then releases pool from memory after call is made.

datso commented 6 years ago

thanks