Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pario/eaf/eaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ int EAF_Delete(const char *fname)
return EAF_ERR_UNLINK;
}
else
if (file[j].fname != NULL) {
free(file[j].fname);
};
file[j].fname= NULL;
return EAF_OK;
}else{
Expand Down