On 6/29/21 8:36 AM, Heinrich Schuchardt wrote: > uri_free() checks if its argument is NULL in uri_clean() and g_free(). > There is no need to check the argument before the call. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > remove unrelated subproject change > --- > block/nfs.c | 4 +--- > block/ssh.c | 4 +--- > util/uri.c | 22 ++++++---------------- > 3 files changed, 8 insertions(+), 22 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
