mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 21:47:28 +08:00
Merged in david_s5/nuttx-5/david_s5/there-is-a-return-path-with-node-not-set-1486503652666 (pull request #204)
There is a return path with node not set Approved-by: Gregory Nutt
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
FAR struct inode *inode_unlink(FAR const char *path)
|
||||
{
|
||||
struct inode_search_s desc;
|
||||
FAR struct inode *node;
|
||||
FAR struct inode *node = NULL;
|
||||
int ret;
|
||||
|
||||
/* Verify parameters. Ignore null paths and relative paths */
|
||||
|
||||
Reference in New Issue
Block a user