From b2cfc193e287a2ab4461a1da37ddcc499f1cac68 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 14 Feb 2017 23:06:59 +0200 Subject: Fixes to make valgrind happy --- tools/pub.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/pub.c b/tools/pub.c index 9b5af82..781509c 100644 --- a/tools/pub.c +++ b/tools/pub.c @@ -92,5 +92,7 @@ int main(int argc, char **argv) MqttClientRun(client); + MqttClientFree(client); + return 0; } -- cgit v1.2.3