Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaleonis committed Jul 27, 2023
2 parents 4e4d2d4 + 1f90ec1 commit 2800471
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/AlphaVSS.Platform/VssBackupComponents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ namespace Alphaleonis {
m_IVssBackupComponentsEx3->Release();
m_IVssBackupComponentsEx3 = 0;
}

if (m_IVssBackupComponentsEx4 != 0)
{
m_IVssBackupComponentsEx4->Release();
m_IVssBackupComponentsEx4 = 0;
}
}


Expand Down

0 comments on commit 2800471

Please sign in to comment.