VirtualBox

Changeset 22725 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 2, 2009 3:52:24 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51851
Message:

Webservice: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r22722 r22725  
    462462            WebLog("Request served\n");
    463463
    464 #if 0 /* Ulrich, try enable this and see if the leak goes away. */
    465 {
    466  int vrc = com::EventQueue::processThreadEventQueue(0);
    467  WebLog("processThreadEventQueue -> %Rrc\n", vrc);
    468 }
    469 #endif
    470 
    471464            soap_destroy(&soap); // clean up class instances
    472465            soap_end(&soap); // clean up everything and close socket
     466
     467            // every COM thread needs to process its event queue, or memory leaks
     468            int vrc = com::EventQueue::processThreadEventQueue(0);
    473469        }
    474470    }
     
    933929        WSDLT_ID id = pRef->toWSDL();
    934930        WEBDEBUG(("   %s: found existing ref %s for COM obj 0x%lX\n", __FUNCTION__, id.c_str(), ulp));
    935         LogDJ(("   %s: found existing ref %s for COM obj 0x%lX\n", __FUNCTION__, id.c_str(), ulp));
    936931    }
    937932    else
     
    10631058
    10641059    WEBDEBUG(("   * %s: MOR created for ulp 0x%lX (%s), new ID is %llX; now %lld objects total\n", __FUNCTION__, _ulp, pcszInterface, _id, cTotal));
    1065     LogDJ(("   * %s: MOR created for ulp 0x%lX (%s), new ID is %llX; now %lld objects total\n", __FUNCTION__, _ulp, pcszInterface, _id, cTotal));
    10661060}
    10671061
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