mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix the memleak. Part II of the 927 bugfix.
This commit is contained in:
parent
e01785e462
commit
27a66f59d9
@ -1970,8 +1970,11 @@ html_special(struct html_context *html_context, enum html_special_type c, ...)
|
||||
unsigned long seconds = va_arg(l, unsigned long);
|
||||
unsigned char *t = va_arg(l, unsigned char *);
|
||||
|
||||
if (document)
|
||||
if (document) {
|
||||
if (document->refresh)
|
||||
done_document_refresh(document->refresh);
|
||||
document->refresh = init_document_refresh(t, seconds);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case SP_COLOR_LINK_LINES:
|
||||
|
Loading…
Reference in New Issue
Block a user