Skip to content
  • Milan Crha's avatar
    soup-auth-ntlm: Fix a memory leak · 7fb26666
    Milan Crha authored
    The soup_ntlm_parse_challenge() can be called multiple times, but it
    doesn't free any previously stored value, thus causes a memory leak.
    7fb26666