From 173e9c15667d8eaaf3b777bd929172d782efef24 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 30 Jul 2009 14:43:05 +0000 Subject: Plug potential memory leaks in property setting svn path=/trunk/libcss/; revision=8911 --- include/libcss/computed.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libcss/computed.h b/include/libcss/computed.h index 04f30fe..722c967 100644 --- a/include/libcss/computed.h +++ b/include/libcss/computed.h @@ -97,6 +97,8 @@ typedef struct css_computed_uncommon { * --- --- * 5 bits sizeof(ptr) bytes * + * Encode content as an array of content items, terminated with a blank entry. + * * content 2 sizeof(ptr) * --- --- * 2 bits sizeof(ptr) -- cgit v1.2.3