mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
regedit: free value list subwindow
Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
c79837c215
commit
b5d0eb8ee0
@ -54,6 +54,9 @@ static int value_list_free(struct value_list *vl)
|
||||
if (vl->panel) {
|
||||
del_panel(vl->panel);
|
||||
}
|
||||
if (vl->sub) {
|
||||
delwin(vl->sub);
|
||||
}
|
||||
if (vl->window) {
|
||||
delwin(vl->window);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user