VirtualBox

Changeset 69557 in vbox


Ignore:
Timestamp:
Nov 3, 2017 12:13:31 AM (7 years ago)
Author:
vboxsync
Message:

vboxapi.py: drop the CoUninitialize call indeinit as it has no match CoInitialize call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r69556 r69557  
    662662
    663663    def deinit(self):
    664         import pythoncom
    665 
    666664        for oHandle in self.aoHandles:
    667665            if oHandle is not None:
     
    672670        self.oClient = None;
    673671
    674         pythoncom.CoUninitialize()
     672        # This non-sense doesn't pair up with any pythoncom.CoInitialize[Ex].
     673        # See @bugref{9037}.
     674        #import pythoncom
     675        #pythoncom.CoUninitialize()
    675676
    676677    def queryInterface(self, oIUnknown, sClassName):
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