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>
master
Richard Cochran 2013-07-23 19:56:02 +02:00
parent a3762c506e
commit b74e46724e
1 changed files with 1 additions and 0 deletions

1
pmc.c
View File

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