David Herrmann
97b11eedff
tree-wide: introduce mfree()
Pretty trivial helper which wraps free() but returns NULL, so we can
simplify this:
free(foobar);
foobar = NULL;
to this:
foobar = mfree(foobar);
2015-07-31 19:56:38 +02:00
..
2015-01-22 04:02:07 +01:00
2015-04-06 10:57:53 +02:00
2015-02-03 02:05:59 +01:00
2015-06-15 19:28:55 +02:00
2015-03-09 18:02:23 +01:00
2015-06-15 19:28:55 +02:00
2015-03-09 18:02:23 +01:00
2015-06-15 20:13:23 +02:00
2015-06-10 01:28:58 +02:00
2015-03-09 18:02:23 +01:00
2015-03-13 14:10:39 +01:00
2015-03-09 18:02:23 +01:00
2015-06-15 19:28:55 +02:00
2015-03-05 00:59:38 +01:00
2015-06-15 19:28:55 +02:00
2015-03-05 00:59:38 +01:00
2015-06-15 20:13:23 +02:00
2015-07-03 19:49:03 +02:00
2015-01-23 01:17:55 +01:00
2015-03-09 18:02:23 +01:00
2015-01-22 04:02:07 +01:00
2015-06-10 01:28:58 +02:00
2015-03-05 00:59:38 +01:00
2015-07-31 19:56:38 +02:00
2015-05-19 18:21:56 +02:00
2015-03-27 14:57:38 +01:00
2015-03-05 00:59:37 +01:00
2015-06-15 19:28:55 +02:00
2015-03-05 00:59:37 +01:00
2015-06-15 19:28:55 +02:00
2015-03-05 00:59:37 +01:00
2015-06-18 12:04:30 +02:00
2015-03-13 14:10:39 +01:00