Skip to content

Commit

Permalink
Merge branch 'master' into alloc_init-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored Nov 18, 2024
2 parents cca7623 + 771f7c4 commit cd6110d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ int objc_getClassList(Class *buffer, int bufferLen)
{
buffer[count++] = next;
}
free(e);
return count;
}
Class *objc_copyClassList(unsigned int *outCount)
Expand Down

0 comments on commit cd6110d

Please sign in to comment.