summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-05-23 08:29:45 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-05-23 08:29:45 +0000
commitdabb9e03feda740f70aa3ded20ead5b6570ba7d0 (patch)
tree1a391665f0a14d36877cf1ca3321bb9538acff62
parent27dc894605cf50a7118c669e5c9e965928dfc543 (diff)
downloadlibcroco-dabb9e03feda740f70aa3ded20ead5b6570ba7d0.tar.gz
*** empty log message ***
-rw-r--r--src/seleng/cr-sel-eng.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/seleng/cr-sel-eng.c b/src/seleng/cr-sel-eng.c
index c961277..1568368 100644
--- a/src/seleng/cr-sel-eng.c
+++ b/src/seleng/cr-sel-eng.c
@@ -1170,7 +1170,7 @@ cr_sel_eng_get_matched_properties_from_cascade (CRSelEng *a_this,
*the returned *a_style using cr_style_destroy().
*@return CR_OK upon successfull completion, an error code otherwise.
*/
-#if 0
+#if 1
enum CRStatus
cr_sel_eng_get_matched_style (CRSelEng *a_this,
CRCascade *a_cascade,
@@ -1260,6 +1260,14 @@ cr_sel_eng_get_matched_style (CRSelEng *a_this,
((GHFunc)
set_style_from_props_hash_hr_func),
a_style) ;
+
+
+ }
+
+ if (props_hash)
+ {
+ g_hash_table_destroy (props_hash) ;
+ props_hash = NULL ;
}
return CR_OK ;