hhctrl.ocx: Added hhc parser.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c
index 3c629a9..4632d51 100644
--- a/dlls/hhctrl.ocx/help.c
+++ b/dlls/hhctrl.ocx/help.c
@@ -859,6 +859,8 @@
     if (!AddContentTab(pHHInfo))
         return FALSE;
 
+    InitContent(pHHInfo);
+
     return TRUE;
 }
 
@@ -883,6 +885,7 @@
         CloseCHM(info->pCHMInfo);
 
     ReleaseWebBrowser(info);
+    ReleaseContent(info);
 
     if(info->WinType.hwndHelp)
         DestroyWindow(info->WinType.hwndHelp);