Skip to content
  • Mohammed Sadiq's avatar
    matrix-net: Properly free a hashtable · 101da225
    Mohammed Sadiq authored
    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.
    101da225