VirtualBox

Changeset 57297 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 12, 2015 2:31:28 PM (9 years ago)
Author:
vboxsync
Message:

DnD/VBoxTray: Fixed memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp

    r55422 r57297  
    409409                                    AssertMsg(cchFile == cch, ("cchCopied (%RU16) does not match cchFile (%RU16)\n",
    410410                                                               cchFile, cch));
    411                                     int rc2 = RTUtf16ToUtf8(pwszFile, &pszFile);
    412                                     AssertRC(rc2);
     411                                    rc = RTUtf16ToUtf8(pwszFile, &pszFile);
     412                                    AssertRC(rc);
     413
     414                                    RTMemFree(pwszFile);
    413415                                }
    414416                                else
     
    442444
    443445                            if (pszFile)
    444                                 RTMemFree(pszFile);
     446                                RTStrFree(pszFile);
    445447
    446448                            if (RT_FAILURE(rc))
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