Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-03-18 21:24:49 +00:00
15 changed files with 1338 additions and 561 deletions

View File

@ -215,7 +215,6 @@ winlink_remove(struct winlinks *wwl, struct winlink *wl)
}
RB_REMOVE(winlinks, wwl, wl);
free(wl->status_text);
free(wl);
}