X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=1953e4b41073d12a3abd9b6802e51cf45baa2f6c;hb=74e0a76b8d016c7bfca8d916050b010ce4a6f339;hp=4daa4b75e907763421ae13053dbf213838c7cb34;hpb=2177cfa1274c3142a09bc8b4979ec5ab4c604693;p=psensor.git diff --git a/src/main.c b/src/main.c index 4daa4b7..1953e4b 100644 --- a/src/main.c +++ b/src/main.c @@ -462,6 +462,9 @@ int main(int argc, char **argv) #ifdef HAVE_LIBATIADL amd_cleanup(); #endif +#ifdef HAVE_REMOTE_SUPPORT + rsensor_cleanup(); +#endif psensor_list_free(ui.sensors); ui.sensors = NULL;