Changeset 65247 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Jan 11, 2017 3:30:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112783
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r65246 r65247 262 262 * but before it started to process it. */ 263 263 LogRel(("Destruction is canceled (refcnt=%d).\n", count)); 264 /* Important: restore previous refcount, we decreased it 265 * above based on the assumption that the object is unused! */ 266 sInstance->AddRef(); 264 267 } 265 268
Note:
See TracChangeset
for help on using the changeset viewer.