silc_free -> g_free, crashfix.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 31 Mar 2005 12:29:42 +0000 (12:29 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 31 Mar 2005 12:29:42 +0000 (12:29 +0000)
apps/irssi/src/silc/core/silc-cmdqueue.c
lib/doc/silcclient_unicode.html
lib/silcutil/DIRECTORY

index 21fe833b0a6d02186b07179ec116c6e4c55711fd..2e9092d729f7a7fdc4dbcbfe69ee0311588c37f0 100644 (file)
@@ -12,7 +12,7 @@ void silc_queue_init(void)
 
 static void cmd_list_remove_cb(char *cmd)
 {
-  silc_free(cmd);
+  g_free(cmd);
 }
 
 static int cmd_queue_remove_cb(void *key, GSList *list)
index 3d6ec56106a069b0c0f7f1cfd1430cf430cc9de9..3470b5ea725bf480eb8ee7d8804da0560f473775 100644 (file)
@@ -21,7 +21,7 @@ the strings to other character encoding if application does not support
 UTF-8 rendering on user interface.  Also strings application sends to
 library, such as, nicknames, channel names, server names, host names,
 topic srings, any command argument, etc. must always be UTF-8 encoded
-before they are sent to the library.  The <a href="silcutf8.h">UTF-8
+before they are sent to the library.  The <a href="silcutf8.html">UTF-8
 routines</a> help the application developer to encode and decode
 UTF-8 strings.
 
index 6e178a56b54c65c55484e2f75b6aef68a9bfbf96..66bfa4f96f25d27cda2a5f86aaba6f74e01454d3 100644 (file)
@@ -16,6 +16,7 @@
 @LINK=silcconfig.html:SILC Config Interface
 @LINK=silcfileutil.html:SILC File Util Interface
 @LINK=silcstrutil.html:SILC String Util Interface
+@LINK=silcutf8.html:SILC UTF-8 Interface
 @LINK=silcutil.html:SILC Util Interface
 @LINK=silclist.html:SILC List Interface
 @LINK=silcdlist.html:SILC Dynamic List Interface