asn1: Fix double-free in asn1parse.y
This commit is contained in:
@@ -716,6 +716,8 @@ sort_object_set(IOSObjectSet *os, /* Object set to sort fields of */
|
|||||||
IOSObject *o;
|
IOSObject *o;
|
||||||
size_t i, nobjs = 0;
|
size_t i, nobjs = 0;
|
||||||
|
|
||||||
|
*objectsp = NULL;
|
||||||
|
|
||||||
HEIM_TAILQ_FOREACH(o, os->objects, objects) {
|
HEIM_TAILQ_FOREACH(o, os->objects, objects) {
|
||||||
ObjectField *typeidobjf = NULL;
|
ObjectField *typeidobjf = NULL;
|
||||||
ObjectField *of;
|
ObjectField *of;
|
||||||
|
Reference in New Issue
Block a user