[Heimdal-source-changes] [heimdal/heimdal] a666bf: Fix memory leak in _gss_ntlm_release_cred.

GitHub noreply at github.com
Mon May 22 19:05:02 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: a666bf165ea3aadd36e95a3c53dcc291b3bcb39a
      https://github.com/heimdal/heimdal/commit/a666bf165ea3aadd36e95a3c53dcc291b3bcb39a
  Author: Aleksei Martynov <amartynov at qumulo.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M lib/gssapi/ntlm/release_cred.c

  Log Message:
  -----------
  Fix memory leak in _gss_ntlm_release_cred.

ntlm_cred is always allocated with calloc, so we need to free the cred
object too, similarly to what _gsskrb5_release_cred does.




More information about the Heimdal-source-changes mailing list