From fa1336741e3caefd23450f9b1d91b11e5fc6941d Mon Sep 17 00:00:00 2001 From: Ryan Govostes Date: Fri, 22 Apr 2022 19:49:02 -0400 Subject: [PATCH] Free gpsmm instance --- gpsd_client/src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsd_client/src/client.cpp b/gpsd_client/src/client.cpp index d8db610..abf8cc5 100644 --- a/gpsd_client/src/client.cpp +++ b/gpsd_client/src/client.cpp @@ -90,7 +90,7 @@ class GPSDClient { } void stop() { - // gpsmm doesn't have a close method? OK ... + delete gps; } private: