dereference gc_wait

This commit is contained in:
nvt-se 2009-03-26 15:45:55 +00:00
parent bc26f42992
commit 04ccf215e4

View file

@ -552,7 +552,7 @@ reserve(const char *name, coffee_page_t pages, int allow_duplicates)
page = find_contiguous_pages(pages);
if(page == INVALID_PAGE) {
watchdog_start();
gc_wait = 1;
*gc_wait = 1;
return NULL;
}
}