fix: free of undefined local variable

This commit is contained in:
DSPOM 2022-07-08 15:39:59 +02:00
parent ae3c56149e
commit 17c1a2475c
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ extern OsdiObjectFile load_object_file(const char *input) {
const char *path = resolve_input_path(input);
if (!path) {
printf("Error opening osdi lib \"%s\": No such file or directory!\n", input);
FREE_DLERR_MSG(error);
return INVALID_OBJECT;
}