]> saetta.ns0.it Git - zakform/cgi/commitdiff
ZakCgiTag functions expect ht_attr not null.
authorAndrea Zagli <azagli@libero.it>
Sat, 7 Sep 2019 11:51:05 +0000 (13:51 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 7 Sep 2019 11:51:05 +0000 (13:51 +0200)
src/formelement.c

index affb51f4835ecc5e2ce603790897a99fe96f89ba..0a5d0edbc163723829ec35223212d20abd07e802 100644 (file)
@@ -214,6 +214,11 @@ gchar
 
        if (ZAK_FORM_CGI_IS_FORM_ELEMENT (element) && ZAK_FORM_CGI_FORM_ELEMENT_GET_CLASS (element)->render != NULL)
                {
+                       if (priv->ht_attrs == NULL)
+                               {
+                                       priv->ht_attrs = g_hash_table_new (g_str_hash, g_str_equal);
+                               }
+
                        attr_class = g_hash_table_lookup (priv->ht_attrs, "class");
                        if (attr_class != NULL)
                                {