matrix-net: Properly free a hashtable
We were freeing the hashtable value but we were not passing a copy of the string, so the same memory location was being freed multiple times. Also clear the memory before freeing because we don't want access token to be in memory after free.
Please register or sign in to comment