diff --git a/ASCPresentationEditor/ASCPresentationEditor.h b/ASCPresentationEditor/ASCPresentationEditor.h index 31b4d5ef0a..99b45c339a 100644 --- a/ASCPresentationEditor/ASCPresentationEditor.h +++ b/ASCPresentationEditor/ASCPresentationEditor.h @@ -272,7 +272,7 @@ public: SysFreeString(bsOptions); if (hRes != S_OK) - m_pODFFile = NULL; + RELEASEINTERFACE(m_pODFFile); #endif } diff --git a/ASCPresentationEditor/version.h b/ASCPresentationEditor/version.h index a00b0780f8..2f2673ed7c 100644 --- a/ASCPresentationEditor/version.h +++ b/ASCPresentationEditor/version.h @@ -2,6 +2,6 @@ //1 //0 //0 -//33 -#define INTVER 1,0,0,33 -#define STRVER "1,0,0,33\0" +//34 +#define INTVER 1,0,0,34 +#define STRVER "1,0,0,34\0"