VirtualBox

Changeset 25926 in vbox


Ignore:
Timestamp:
Jan 20, 2010 11:36:41 AM (15 years ago)
Author:
vboxsync
Message:

Runtime: fixed uninitialized var

File:
1 edited

Legend:

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

    r25685 r25926  
    272272        pStream->u32Magic = RTSTREAM_MAGIC;
    273273        pStream->i32Error = VINF_SUCCESS;
     274#ifndef HAVE_FWRITE_UNLOCKED
     275        pStream->pCritSect = NULL;
     276#endif /* HAVE_FWRITE_UNLOCKED */
    274277        pStream->pFile = fopen(pszFilename, pszMode);
    275278        if (pStream->pFile)
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