VirtualBox

儲存庫 vbox 的更動 86004


忽略:
時間撮記:
2020-9-2 下午03:27:35 (5 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
140200
訊息:

Debugger/VBoxDbgConsole: Fix memory leak on destruction

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Debugger/VBoxDbgConsole.cpp

    r82968 r86004  
    639639    delete m_pFocusToOutput;
    640640    m_pFocusToOutput = NULL;
     641
     642    if (m_pszOutputBuf)
     643    {
     644        RTMemFree(m_pszOutputBuf);
     645        m_pszOutputBuf = NULL;
     646    }
    641647}
    642648
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette