vcl: de-init vcl on destroy

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: If3372e3edd403240c2c9da746246170549a3e644
(cherry picked from commit 69d97256d5ca5b06b4399d8369a7a4c3b544a94d)
This commit is contained in:
Florin Coras
2020-05-11 17:19:31 +00:00
committed by Andrew Yourtchenko
parent a316c17d9e
commit 96fdd790f3

View File

@ -1122,6 +1122,7 @@ vppcom_app_destroy (void)
munmap (mspace_least_addr (heap), mi.arena);
vcm = &_vppcom_main;
vcm->is_init = 0;
}
int