VirtualBox

Ignore:
Timestamp:
Jun 8, 2015 6:09:47 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100860
Message:

va_end(), warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r53597 r56279  
    154154    va_start(args, pcszContext);
    155155    RTStrAPrintfV(&pszContext2, pcszContext, args);
     156    va_end(args);
    156157    char *newMsg;
    157158    RTStrAPrintf(&newMsg, "%s: %d(%s)", pszContext2, aRC, RTErrGetShort(aRC));
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