VirtualBox

Changeset 102196 in vbox for trunk/src


Ignore:
Timestamp:
Nov 21, 2023 12:47:39 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160321
Message:

libs/xpcom/xpcom: Convert xptiManifest reading and writing from nsprpub to IPRT streams, bugref:10545 [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp

    r102191 r102196  
    361361    XPTHeader *header = nsnull;
    362362    char *whole = nsnull;
    363     PRFileDesc*   fd = nsnull;
    364363    XPTState *state = nsnull;
    365364    XPTCursor cursor;
     
    418417
    419418 out:
    420     if(fd)
    421         PR_Close(fd);
     419    if(hFile != NIL_RTFILE)
     420        RTFileClose(hFile);
    422421    if(state)
    423422        XPT_DestroyXDRState(state);
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