VirtualBox

Changeset 49629 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 22, 2013 4:01:41 PM (11 years ago)
Author:
vboxsync
Message:

Main/GuestSessionImplTasks.cpp: Don't manually release object pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r49501 r49629  
    469469        } /* for */
    470470
    471         LogFlowThisFunc(("Copy loop ended with rc=%Rrc, cbWrittenTotal=%RU64, cbFileSize=%RU64\n",
    472                          rc, cbWrittenTotal, mSourceSize));
     471        LogFlowThisFunc(("Copy loop ended with rc=%Rrc, cbToRead=%RU64, cbWrittenTotal=%RU64, cbFileSize=%RU64\n",
     472                         rc, cbToRead, cbWrittenTotal, mSourceSize));
    473473
    474474        if (   !fCanceled
     
    538538            }
    539539        }
    540 
    541         pProcess->Release();
    542540    } /* processCreateExInteral */
    543541
     
    809807                    }
    810808                }
    811 
    812                 pProcess->Release();
    813809            }
    814810
Note: See TracChangeset for help on using the changeset viewer.

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