Merge #7708 from ZyX-I/hide-container-impl

This commit is contained in:
Justin M. Keyes
2017-12-23 18:17:01 +01:00
committed by GitHub
28 changed files with 1576 additions and 1035 deletions

View File

@@ -688,7 +688,7 @@ static void on_channel_event(void **args)
argv[1].v_type = VAR_LIST;
argv[1].v_lock = VAR_UNLOCKED;
argv[1].vval.v_list = ev->received;
argv[1].vval.v_list->lv_refcount++;
tv_list_ref(argv[1].vval.v_list);
} else {
argv[1].v_type = VAR_NUMBER;
argv[1].v_lock = VAR_UNLOCKED;