Jacek Caban : mshtml: Initialize url variable in IPersistMoniker::Load.
Module: wine Branch: refs/heads/master Commit: 1c64c20d9accb52125f02855c8d03e5932a9e100 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1c64c20d9accb52125f02855... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Jun 20 19:01:33 2006 +0200 mshtml: Initialize url variable in IPersistMoniker::Load. --- dlls/mshtml/persist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c index 7127091..656c023 100644 --- a/dlls/mshtml/persist.c +++ b/dlls/mshtml/persist.c @@ -155,7 +155,7 @@ static HRESULT WINAPI PersistMoniker_Loa { HTMLDocument *This = PERSISTMON_THIS(iface); BSCallback *bscallback; - LPOLESTR url; + LPOLESTR url = NULL; HRESULT hres; nsresult nsres;
participants (1)
-
Alexandre Julliard