We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc6f75 commit eacc95dCopy full SHA for eacc95d
Common/kern_file.cpp
@@ -33,6 +33,7 @@ uint8_t *FileIO::readFileToBuffer(const char *path, size_t &size) {
33
} else {
34
SYSLOG("file @ failed to obtain %s size", path);
35
}
36
+ vnode_put(vnode);
37
38
SYSLOG("file @ failed to find %s", path);
39
0 commit comments