summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/DBGF.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2020-10-01 16:21:36 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2020-10-01 16:21:36 +0000
commit9a47622d269dede778f830f4ee1e3ac1af24d8b9 (patch)
tree8c4ef5dbe72aebcc2b2ad9fcf345871073506da1 /src/VBox/VMM/VMMR3/DBGF.cpp
parentbc6f82350d810c8ea351f62bc242a1066cf1a66e (diff)
downloadVirtualBox-svn-9a47622d269dede778f830f4ee1e3ac1af24d8b9.tar.gz
VMM/tstSSM: Cleanup leak. [doxyfix] bugref:9841
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@86392 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR3/DBGF.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/DBGF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/DBGF.cpp b/src/VBox/VMM/VMMR3/DBGF.cpp
index d38d2d36575..3442c290461 100644
--- a/src/VBox/VMM/VMMR3/DBGF.cpp
+++ b/src/VBox/VMM/VMMR3/DBGF.cpp
@@ -215,7 +215,7 @@ VMMR3_INT_DECL(int) DBGFR3Term(PVM pVM)
* This is for tstCFGM and others to avoid trigger leak detection.
*
* @returns VBox status code.
- * @param pVM The cross context VM structure.
+ * @param pUVM The user mode VM structure.
*/
VMMR3DECL(void) DBGFR3TermUVM(PUVM pUVM)
{