We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce32184 commit e8850f6Copy full SHA for e8850f6
1 file changed
src/mbpfan.c
@@ -171,6 +171,7 @@ t_sensors *retrieve_sensors()
171
172
if (errno == EISDIR) {
173
174
+ free(path_begin);
175
path_begin = smprintf("%s/temp", hwmon_path);
176
177
if(verbose) {
0 commit comments