Am 01.09.2012 11:06, schrieb Stefan Weil: > Report from smatch: > block/curl.c:546 curl_close(21) info: redundant null check on s->url calling > free() > > The check was redundant, and free was also wrong because the memory > was allocated using g_strdup. > > Signed-off-by: Stefan Weil <s...@weilnetz.de>
Thanks, applied to block-next. Kevin