Index: trunk/src_plugins/lib_compat_help/pstk_help.c =================================================================== --- trunk/src_plugins/lib_compat_help/pstk_help.c (revision 36392) +++ trunk/src_plugins/lib_compat_help/pstk_help.c (revision 36393) @@ -113,6 +113,10 @@ } res = 0; } + + if (res == 0) + pcb_pstk_proto_update(&proto); + vtp0_uninit(&tmp); return res; }