vlmshell: Free dynamically allocated ptr array
commite23256dbfd7795235c188d4934ec3f0386d8d461
authorMatthew Whitworth <mwhitworth@gmail.com>
Sun, 18 Mar 2018 17:25:22 +0000 (18 17:25 +0000)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 18 Mar 2018 17:38:33 +0000 (18 19:38 +0200)
tree2d7dbd5a82acebdc36d7b5ebb461cada5312e710
parentc6cdb9ec0feeac0d270659b71f1ca4cbcbd736b5
vlmshell: Free dynamically allocated ptr array

Fixes #19808. The array of child pointers in the message structure is
dynamically allocated, so this needs to be free'd when we destroy show2
after reparenting its children

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/input/vlmshell.c