comparison src/proto/channel.pro @ 11690:ce434212d682 v8.0.0728

patch 8.0.0728: the terminal structure is never freed commit https://github.com/vim/vim/commit/96ca27a0ee8ae738cab9fb386984c75c6821e31a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 17 23:20:24 2017 +0200 patch 8.0.0728: the terminal structure is never freed Problem: The terminal structure is never freed. Solution: Free the structure and unreference what it contains.
author Christian Brabandt <cb@256bit.org>
date Mon, 17 Jul 2017 23:30:03 +0200
parents 3b2afa2b77b3
children 13ecb3e64399
comparison
equal deleted inserted replaced
11689:d0213284cfb4 11690:ce434212d682
65 int has_pending_job(void); 65 int has_pending_job(void);
66 void job_check_ended(void); 66 void job_check_ended(void);
67 job_T *job_start(typval_T *argvars, jobopt_T *opt_arg); 67 job_T *job_start(typval_T *argvars, jobopt_T *opt_arg);
68 char *job_status(job_T *job); 68 char *job_status(job_T *job);
69 void job_info(job_T *job, dict_T *dict); 69 void job_info(job_T *job, dict_T *dict);
70 int job_stop(job_T *job, typval_T *argvars); 70 int job_stop(job_T *job, typval_T *argvars, char *type);
71 /* vim: set ft=c : */ 71 /* vim: set ft=c : */