Daniel P. Berrange
ef1e1e0782
maint: avoid useless "if (foo) free(foo)" pattern
...
The free() and g_free() functions both happily accept
NULL on any platform QEMU builds on. As such putting a
conditional 'if (foo)' check before calls to 'free(foo)'
merely serves to bloat the lines of code.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-09-11 10:21:38 +03:00
..
2015-07-27 18:11:53 +03:00
2015-07-27 22:44:47 +03:00
2015-06-03 14:21:24 +03:00
2015-09-11 10:21:38 +03:00
2015-04-27 18:24:18 +02:00
2015-09-11 10:21:38 +03:00
2015-09-11 10:21:38 +03:00
2015-09-10 11:06:05 +03:00
2015-09-11 10:21:38 +03:00
2015-09-08 17:38:43 +01:00
2015-04-11 20:03:57 +10:00
2015-09-11 10:21:38 +03:00
2015-09-07 10:39:27 +01:00
2015-09-07 10:39:27 +01:00
2015-09-07 10:39:30 +01:00
2015-09-11 10:21:38 +03:00
2015-09-08 17:38:45 +01:00
2015-09-07 10:39:27 +01:00
2015-09-11 10:21:38 +03:00
2015-02-26 12:42:16 +01:00
2015-07-08 10:09:55 +03:00
2015-06-03 14:21:24 +03:00
2015-06-22 14:43:25 +01:00
2015-07-03 17:47:58 -03:00
2015-07-09 15:20:40 +02:00
2015-09-11 10:21:38 +03:00
2015-09-07 10:39:27 +01:00
2014-09-09 13:41:43 +02:00
2015-09-11 10:21:38 +03:00
2015-09-11 10:21:38 +03:00
2014-11-03 00:59:10 +03:00
2015-09-11 10:21:38 +03:00
2015-06-23 22:58:36 +02:00
2015-09-11 10:21:38 +03:00
2014-10-24 12:19:11 +01:00
2015-08-13 14:08:29 +03:00
2015-09-07 16:10:44 +02:00
2015-09-10 11:06:05 +03:00
2015-09-11 10:21:38 +03:00
2015-06-12 12:02:48 +02:00
2015-09-07 10:39:28 +01:00
2015-06-10 08:00:37 +02:00
2015-06-10 08:00:37 +02:00
2015-09-07 10:39:27 +01:00
2015-09-07 10:39:30 +01:00
2015-09-11 10:21:38 +03:00
2014-11-02 10:04:34 +03:00
2015-06-03 14:21:24 +03:00
2015-09-11 10:21:38 +03:00
2015-09-11 10:21:38 +03:00
2015-09-10 11:06:05 +03:00
2015-09-11 10:21:38 +03:00
2015-09-11 10:21:38 +03:00
2014-10-20 14:02:25 +02:00
2015-03-10 08:15:33 +03:00
2015-08-13 14:08:30 +03:00