VirtualBox

Changeset 32678 in vbox for trunk/src/VBox/Devices/Parallel


Ignore:
Timestamp:
Sep 21, 2010 5:14:02 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66093
Message:

Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp

    r28800 r32678  
    277277        AssertRC(rc);
    278278        pThis->FileDevice = NIL_RTFILE;
     279    }
     280    if (pThis->pszDevicePath)
     281    {
     282        MMR3HeapFree(pThis->pszDevicePath);
     283        pThis->pszDevicePath = NULL;
    279284    }
    280285}
Note: See TracChangeset for help on using the changeset viewer.

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