Bug 2963

Summary: On cleanup channels.c leaks the channels array and some x11 structures
Product: Portable OpenSSH Reporter: Markus <markus>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: minor CC: djm
Priority: P5    
Version: 7.9p1   
Hardware: All   
OS: All   
Attachments:
Description Flags
channel_cleanup.diff none

Description Markus 2019-02-06 01:14:05 AEDT
Created attachment 3236 [details]
channel_cleanup.diff

When freeing the channels, the channel table and some structures are not releaseed and leak.

Patch attached.