We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcd372 commit 5f5cba9Copy full SHA for 5f5cba9
gpsd_client/src/client.cpp
@@ -90,7 +90,7 @@ class GPSDClient {
90
}
91
92
void stop() {
93
- // gpsmm doesn't have a close method? OK ...
+ delete gps;
94
95
96
private:
0 commit comments