Changeset 86004 in vbox for trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
- Timestamp:
- Sep 2, 2020 3:27:35 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
r82968 r86004 639 639 delete m_pFocusToOutput; 640 640 m_pFocusToOutput = NULL; 641 642 if (m_pszOutputBuf) 643 { 644 RTMemFree(m_pszOutputBuf); 645 m_pszOutputBuf = NULL; 646 } 641 647 } 642 648
Note:
See TracChangeset
for help on using the changeset viewer.