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