Author: nnielsen
Date: Thu Feb 14 23:02:19 2008
New Revision: 1061
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1061&view=rev

Log:
        * library/gnome-keyring.c: Fix build problem. Fixes bug #516526


Modified:
   trunk/ChangeLog
   trunk/library/gnome-keyring.c

Modified: trunk/library/gnome-keyring.c
==============================================================================
--- trunk/library/gnome-keyring.c       (original)
+++ trunk/library/gnome-keyring.c       Thu Feb 14 23:02:19 2008
@@ -1783,14 +1783,14 @@
        gchar **daemonenv, **e;
        gchar **parts;
 
-       gkr_buffer_init_full (&send, 128, g_realloc);
+       gkr_buffer_init_full (&send, 128, NORMAL_ALLOCATOR);
 
        if (!gkr_proto_encode_prepare_environment (&send, (const 
gchar**)environ)) {
                gkr_buffer_uninit (&send);
                return GNOME_KEYRING_RESULT_BAD_ARGUMENTS;
        }
 
-       gkr_buffer_init_full (&receive, 128, g_realloc);
+       gkr_buffer_init_full (&receive, 128, NORMAL_ALLOCATOR);
        res = run_sync_operation (&send, &receive);
        gkr_buffer_uninit (&send);
        if (res != GNOME_KEYRING_RESULT_OK) {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to