# HG changeset patch # User Mark Doliner # Date 1212470332 0 # Node ID b87ce62751a27913d77e5b0219fe23071e747fb4 # Parent d9767a3993af60bb410729298c3469a90edfffab I can't think of any reason we would need to use the zero versions of these functions. diff -r d9767a3993af -r b87ce62751a2 libpurple/plugins/ssl/ssl-gnutls.c --- a/libpurple/plugins/ssl/ssl-gnutls.c Tue Jun 03 05:12:51 2008 +0000 +++ b/libpurple/plugins/ssl/ssl-gnutls.c Tue Jun 03 05:18:52 2008 +0000 @@ -54,8 +54,8 @@ If there are strange bugs, perhaps look here (yes, I am a hypocrite) */ gnutls_global_set_mem_functions( - (gnutls_alloc_function) g_malloc0, /* malloc */ - (gnutls_alloc_function) g_malloc0, /* secure malloc */ + (gnutls_alloc_function) g_malloc, /* malloc */ + (gnutls_alloc_function) g_malloc, /* secure malloc */ NULL, /* mem_is_secure */ (gnutls_realloc_function) g_realloc, /* realloc */ (gnutls_free_function) g_free /* free */