aboutsummaryrefslogtreecommitdiff
path: root/src/web.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-08-05 21:46:32 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-08-05 21:46:32 -0400
commit4858c790e6e0c4023d265d6e54e934d1a31eb72c (patch)
treeb2e457f5107d0cef2ed3d11545cb973d04bbbe9d /src/web.cc
parent4760495cae7967364a97f9d59b73454ab03ee772 (diff)
Changed the CCCs to build in one step (for both HTTP and DPI)
Diffstat (limited to 'src/web.cc')
-rw-r--r--src/web.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web.cc b/src/web.cc
index d3408be9..79107b40 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -139,6 +139,7 @@ void a_Web_free(DilloWeb *web)
a_Image_unref(web->Image);
dFree(web->filename);
dList_remove(ValidWebs, (void *)web);
+ _MSG("a_Web_free: ValidWebs=%d\n", dList_length(ValidWebs));
dFree(web);
}