fix small memory leak in OSDI interface

This commit is contained in:
Markus Mueller 2023-02-22 17:44:33 +01:00
parent f9ed3fd080
commit 15e9d749e2
1 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,8 @@ extern OsdiObjectFile load_object_file(const char *input) {
return INVALID_OBJECT;
}
txfree(path);
GET_CONST(OSDI_NUM_DESCRIPTORS, uint32_t);
GET_PTR(OSDI_DESCRIPTORS, OsdiDescriptor);