vauth: Fixed memory leak due to function returning without free
This patch allocates memory to "output_token" only when it is required so that memory is not leaked if function returns.
parent
c6d3fa11
Please register or sign in to comment
This patch allocates memory to "output_token" only when it is required so that memory is not leaked if function returns.