Free HGBD on initial page load

This commit is contained in:
Alec Murphy
2017-06-17 21:16:45 -04:00
parent 68c51c2362
commit f8279949d3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -26,5 +26,6 @@ You can launch a Browser in the current Task with:
# Prerequisites
- Sup1Utils/FileBMP.HC.Z from Sup1 disc (for now)
- [HGBD](https://github.com/tramplersheikhs/hgbd)
- Beautiful Soup 4 (for DolDoc preprocessing)
+2 -1
View File
@@ -255,6 +255,7 @@ U0 U_Browser(U8 *url)
DocTop;
if (URIEL_INSTANCE==FALSE) {
StrCpy(Fs->task_title, HGBD_PARAM_BUF+128);
FreeHGBD;
URIEL_INSTANCE=TRUE;
while (TRUE) {
cmd = GetStr;
@@ -264,9 +265,9 @@ U0 U_Browser(U8 *url)
URIEL_INSTANCE=FALSE;
} else {
StrCpy(Fs->parent_task->task_title, HGBD_PARAM_BUF+128);
FreeHGBD;
};
};
FreeHGBD;
}
U0 U_HistNav(I64 index)