app/procinfo: close devices before exit
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 30 Sep 2020 12:06:37 +0000 (13:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Oct 2020 20:00:35 +0000 (22:00 +0200)
commit40d64b33f7eac75ddb0e96cc90dc726de32d15b1
tree67f269dc9a6089e46e943561ff4a39d86872ed90
parente2d81106367321cf49d6b4e5d087e1a7c2e808ba
app/procinfo: close devices before exit

As well as this is correct thing to close devices before exit, it is
also useful to test the closing devices from secondary process.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/proc-info/main.c