]> git.tuebingen.mpg.de Git - paraslash.git/commit
mysql_selector.c: free(NULL) is OK.
authorAndre Noll <maan@systemlinux.org>
Mon, 29 Jan 2007 22:47:37 +0000 (23:47 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 29 Jan 2007 22:47:37 +0000 (23:47 +0100)
commitf05276c4bf63c327da914ed4aae2568f38e47892
tree96c154202f9ca8e820654f1517f5f911dbe5c8a8
parentd3a4257406e10fa1bb7b3cb63f6a774436e39317
mysql_selector.c: free(NULL) is OK.

No need to check for NULL. Moreover, stream, meta, atts and dir are
set in any case so kill the NULL initialization.
mysql_selector.c