Skip to content

Commit

Permalink
Merge pull request #78 from deepskystacker/master
Browse files Browse the repository at this point in the history
Correction to non-beta memory leak fix
  • Loading branch information
perdrix52 committed Jul 21, 2019
2 parents 48cfbe8 + 8e795bb commit 011fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepSkyStacker/DeepSkyStacker.cpp
Expand Up @@ -67,7 +67,7 @@ BOOL CheckVersion(CString & strVersion)
#ifndef DSSBETA
CRegistry reg;
DWORD bCheckVersion = 0;
CStdioFile remotefile = nullptr;
CStdioFile *remotefile = nullptr;

reg.LoadKey(REGENTRY_BASEKEY, _T("InternetCheck"), bCheckVersion);
if (bCheckVersion == 2)
Expand Down

0 comments on commit 011fbcb

Please sign in to comment.