diff options
-rw-r--r-- | src/libstrongswan/utils/identification.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/identification.c b/src/libstrongswan/utils/identification.c index 5c61db5c4..6816a7d8c 100644 --- a/src/libstrongswan/utils/identification.c +++ b/src/libstrongswan/utils/identification.c @@ -810,7 +810,6 @@ int identification_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec, { /* not printable, hex dump */ snprintf(buf, sizeof(buf), "%#B", &this->encoded); } - chunk_free(&proper); break; case ID_PUBKEY_INFO_SHA1: case ID_PUBKEY_SHA1: |