Bug in g_hash_delete

"Casey T. Deccio" <[email protected]>
Newsgroups gmane.network.nocat
Organization Sandia National Laboratories
Message-ID <[email protected]>
In the attached patch, the following bug was fixed:  the values were
dereferenced one too many times, and the program seg faulted.

Casey

_______________________________________________
NoCat mailing list
[email protected]
http://lists.nocat.net/mailman/listinfo/nocat
diff.txt (text/plain, 138 B)
54,55c54,55
<       kk = ((gchar *) k);
<       vv = ((gchar *) v);
---
>       kk = *((gchar **) k);
>       vv = *((gchar **) v);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.