rid gcc warning

This commit is contained in:
Doug MacEachern 2004-12-05 07:04:31 +00:00
parent 8ebc572677
commit 8cf3261b03
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void sigar_cache_destroy(sigar_cache_t *table)
if (ptr->value) { if (ptr->value) {
free(ptr->value); free(ptr->value);
} }
} while (ptr = ptr->next); } while ((ptr = ptr->next));
free(entry); free(entry);
} }