summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 5780a4af3..d499a96cc 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -201,8 +201,8 @@ void ami_open_tree(struct tree *tree,int type)
return;
}
- twin = AllocVec(sizeof(struct treeview_window),MEMF_CLEAR);
- twin->listbrowser_list = AllocVec(sizeof(struct List),MEMF_CLEAR);
+ twin = AllocVec(sizeof(struct treeview_window),MEMF_PRIVATE | MEMF_CLEAR);
+ twin->listbrowser_list = AllocVec(sizeof(struct List),MEMF_PRIVATE | MEMF_CLEAR);
static struct ColumnInfo columninfo[] =
{