Use g_free as free function
commita24870d6dfec012bf043c57a93d6bb24aecf3a40
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 23 Jun 2007 16:18:13 +0000 (23 16:18 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 23 Jun 2007 16:18:13 +0000 (23 16:18 +0000)
treef3a7292ee84de1657461f3fd2f333da3b081c6e4
parent3adc68b0d4a7a2c5de7053a4e3223e7b26f2be31
Use g_free as free function

No need to test nullity of the pointeur before call free function
because all free function knows that a pointeur could be NULL.

We gained few cycles :-)
src/datasource_google.c