Show refcnt in lwc iterator at netsurf exit.

This commit is contained in:
Daniel Silverstone 2012-07-22 20:24:33 +01:00
parent 1947019095
commit 2363301c94
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ bool verbose_log = false;
static void netsurf_lwc_iterator(lwc_string *str, void *pw)
{
LOG(("%.*s", (int) lwc_string_length(str), lwc_string_data(str)));
LOG(("[%3u] %.*s", str->refcnt, (int) lwc_string_length(str), lwc_string_data(str)));
}
/**