taisei/src/rwops
Andrei "Akari" Alexeyev b0abd177ac Removed redundant null checks before free() calls
free(NULL) is guaranteed to be a no-op by the C standard, so let's not
clutter the code with those.
2017-02-23 16:05:55 +02:00
..
all.h "straightforward" my ass 2017-02-22 22:52:25 +02:00
rwops_autobuf.c "straightforward" my ass 2017-02-22 22:52:25 +02:00
rwops_autobuf.h "straightforward" my ass 2017-02-22 22:52:25 +02:00
rwops_segment.c autoclose parameter for the RWops wrappers 2017-02-23 06:04:42 +02:00
rwops_segment.h autoclose parameter for the RWops wrappers 2017-02-23 06:04:42 +02:00
rwops_zlib.c Removed redundant null checks before free() calls 2017-02-23 16:05:55 +02:00
rwops_zlib.h autoclose parameter for the RWops wrappers 2017-02-23 06:04:42 +02:00