rid gcc warning
This commit is contained in:
parent
8ebc572677
commit
8cf3261b03
|
@ -73,7 +73,7 @@ void sigar_cache_destroy(sigar_cache_t *table)
|
|||
if (ptr->value) {
|
||||
free(ptr->value);
|
||||
}
|
||||
} while (ptr = ptr->next);
|
||||
} while ((ptr = ptr->next));
|
||||
free(entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue