TMPFS: Yet another memory leak

This commit is contained in:
Gregory Nutt 2015-10-10 18:39:43 -06:00
parent 6a2098d35c
commit 2c385b81f8
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }