krb5: krb5_free_context unconditionally call hx509_context_free
commitbbe5bf669b649e4c32fbf84f024b1a49db631388
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 28 Jun 2020 15:02:32 +0000 (28 11:02 -0400)
committerJeffrey Altman <jaltman@auristor.com>
Mon, 29 Jun 2020 15:40:48 +0000 (29 11:40 -0400)
treebbed43f56c34e04248ddb638c95006191f7775c2
parented24c41973ad81d4b6971b3a8fb0843001eee674
krb5: krb5_free_context unconditionally call hx509_context_free

Its safe to call hx509_context_free() with a NULL context.

Change-Id: I47e3aa1b57a2008dbfcd8d6de1b9c6ded84414db
lib/krb5/context.c