mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
TMPFS: Yet another memory leak
This commit is contained in:
@@ -2437,6 +2437,7 @@ errout_with_newparent:
|
|||||||
|
|
||||||
errout_with_lock:
|
errout_with_lock:
|
||||||
tmpfs_unlock(fs);
|
tmpfs_unlock(fs);
|
||||||
|
kmm_free(copy);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user