author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 6 Feb 2007 17:05:51 +0000 (12:05 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 6 Feb 2007 17:05:51 +0000 (12:05 -0500) | ||
commit | e7d06a4b702463f13371eed92ba790b8c527dd76 | |
tree | d5c516671f4735b634135e86c28f8409ae9edfa8 | tree | snapshot |
parent | c74ba3d344769b827443b8995853527c85d63567 | commit | diff |
Remove unnecessary null pointer checks in fast-import.
There is no need to check for a NULL pointer before invoking free(),
the runtime library automatically performs this check anyway and
does nothing if a NULL pointer is supplied.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
There is no need to check for a NULL pointer before invoking free(),
the runtime library automatically performs this check anyway and
does nothing if a NULL pointer is supplied.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c | diff | blob | history |