aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/init_wslua.c')
-rw-r--r--epan/wslua/init_wslua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index ede501fd38..a49204f7e0 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -56,6 +56,7 @@ static void lua_frame_end(void)
clear_outstanding_Pinfo();
clear_outstanding_Column();
clear_outstanding_Columns();
+ clear_outstanding_PrivateTable();
clear_outstanding_TreeItem();
}