]> git.tuebingen.mpg.de Git - paraslash.git/commit
com_sa: pedantic mem leak fix.
authorAndre <maan@p133.(none)>
Fri, 14 Apr 2006 13:31:48 +0000 (15:31 +0200)
committerAndre <maan@p133.(none)>
Fri, 14 Apr 2006 13:31:48 +0000 (15:31 +0200)
commit3049c5f8212fa4b0a6c502fd0a8b11b96aea63f2
treee7a8db0e002d65a88ec91abeda57097a45059343
parent4567280e18c11f1f077b00421bca8e25d2dbab83
com_sa: pedantic mem leak fix.

In fact, this memory leak doesn't matter much because it happens in the child
which calls exit shortly afterwards. But it's considered good programming
practice to free all memory, so..
mysql_selector.c