pmc: release the message cache on exit.

This makes valgrind happier by freeing any cached message buffers.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
This commit is contained in:
Richard Cochran 2013-07-23 19:56:02 +02:00
parent a3762c506e
commit b74e46724e

1
pmc.c
View File

@ -830,5 +830,6 @@ int main(int argc, char *argv[])
}
pmc_destroy(pmc);
msg_cleanup();
return 0;
}