Reset error pointer to NULL when we are about to use it again.
authorXan Lopez <xan@gnome.org>
Tue, 1 Sep 2009 15:46:23 +0000 (18:46 +0300)
committerXan Lopez <xan@gnome.org>
Tue, 1 Sep 2009 15:46:23 +0000 (18:46 +0300)
commitb64e2ac56980c2c762fd1a6af021f919218d6ccb
tree4639401f8a666f08a1d5d946dc3cafb885ac05a9
parentf1a8d3a777546c7b3cf7a4f99dae72be391ab1ee
Reset error pointer to NULL when we are about to use it again.

Just in case sqlite expects this to be the case a la GError.

Also use NULL instead of 0 to initialize the error pointers elsewhere.
libsoup/soup-cookie-jar-sqlite.c