pmatilai commented on this pull request.


> @@ -185,6 +184,8 @@ static int dateToTimet(const char * datestr, time_t * 
> secs, int * date_words)
     rc = 0;
 
 exit:
+    if (tz_name)

Don't bother testing for NULL, free() does it anyway so it ends up being just 
useless clutter.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/739#pullrequestreview-246454330
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to