Archive Index
This month's Index
|
Subject: Re: libssh2 master e48907e... avoid a free(NULL)
Re: libssh2 master e48907e... avoid a free(NULL)
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 10 Jan 2010 00:05:21 +0100 (CET)
On Sun, 10 Jan 2010, Mikhail Gusarov wrote:
> l> + if(pubkeydata)
It isn't strictly needed.
I want it for two reasons:
1 - aesthetics. I think calling the callback function to free something when
2 - this triggered a problem in a debug setup of libssh2 that I use,
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2010-01-10 |