]> granicus.if.org Git - openssl/commit
Free the correct type in OBJ_add_object()
authorMatt Caswell <matt@openssl.org>
Mon, 12 Mar 2018 15:24:29 +0000 (15:24 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Mar 2018 19:53:18 +0000 (19:53 +0000)
commite56585e3e950e98d7014476bea8bfe71b3ff0a1f
treed62ada716a61b168dbe44af5f520c80c0a82a254
parentc46343fe662df971755df6cf66c50e531b032745
Free the correct type in OBJ_add_object()

We should be using ASN1_OBJECT_free() not OPENSSL_free().

Fixes #5568

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5599)
crypto/objects/obj_dat.c