diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-12 12:00:53 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-12 12:00:53 +0000 |
commit | 8e8f0f4acb8f53da6edd6138d72b38d1da3bfcab (patch) | |
tree | 5f5edfce2c9a492608d814c4d90a23695a7c6d5e /lib/gnutls_mem.c | |
parent | 337c73cd284f2bfa0015694f6e3da0301e3722b4 (diff) | |
download | gnutls-8e8f0f4acb8f53da6edd6138d72b38d1da3bfcab.tar.gz |
more fixes by Arne.
Diffstat (limited to 'lib/gnutls_mem.c')
-rw-r--r-- | lib/gnutls_mem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_mem.c b/lib/gnutls_mem.c index 836287e74a..869d2a5c0e 100644 --- a/lib/gnutls_mem.c +++ b/lib/gnutls_mem.c @@ -66,7 +66,6 @@ void *ret; ret = gnutls_realloc( ptr, size); if ( ret == NULL) { gnutls_free( ptr); - return NULL; } return ret; |