diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2020-10-01 16:21:36 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2020-10-01 16:21:36 +0000 |
commit | 9a47622d269dede778f830f4ee1e3ac1af24d8b9 (patch) | |
tree | 8c4ef5dbe72aebcc2b2ad9fcf345871073506da1 /src | |
parent | bc6f82350d810c8ea351f62bc242a1066cf1a66e (diff) | |
download | VirtualBox-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')
-rw-r--r-- | src/VBox/VMM/VMMR3/DBGF.cpp | 2 |
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) { |