On 6/28/21 11:55 PM, 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 <xypron.g...@gmx.de> > --- > block/nfs.c | 4 +--- > block/ssh.c | 4 +--- > capstone | 2 +- > util/uri.c | 22 ++++++---------------- > 4 files changed, 9 insertions(+), 23 deletions(-)
Looks good ... > diff --git a/capstone b/capstone > index f8b1b83301..31254f17e3 160000 > --- a/capstone > +++ b/capstone > @@ -1 +1 @@ > -Subproject commit f8b1b833015a4ae47110ed068e0deb7106ced66d > +Subproject commit 31254f17e3c6025f3465d1c974a8c96e338ddbe0 ... except this change.