VirtualBox

Changeset 34033 in vbox


Ignore:
Timestamp:
Nov 12, 2010 4:31:21 PM (14 years ago)
Author:
vboxsync
Message:

Shared Folders/linux: fixed memory leak when accessing non-existing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r33994 r34033  
    337337        if (err == -ENOENT)
    338338        {
    339             /* -ENOENT add NULL inode to dentry so it later can be
     339            /* -ENOENT: add NULL inode to dentry so it later can be
    340340               created via call to create/mkdir/open */
     341            kfree(path);
    341342            inode = NULL;
    342343        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette