VirtualBox

Changeset 30624 in vbox


Ignore:
Timestamp:
Jul 5, 2010 3:47:25 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: clean the stub data on dll unload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r30598 r30624  
    350350    crFreeHashtable(stub.windowTable, crFree);
    351351    crFreeHashtable(stub.contextTable, NULL);
     352
     353    crMemset(&stub, 0, sizeof(stub));
    352354}
    353355
     
    407409    crFreeMutex(mutex);
    408410#endif
     411    crMemset(&stub, 0, sizeof(stub));
    409412}
    410413
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