backend: fix double free of priv->font_name
authorRobert Bragg <robert@linux.intel.com>
Wed, 30 Jun 2010 10:23:16 +0000 (11:23 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 30 Jun 2010 13:30:35 +0000 (14:30 +0100)
commitf4e825b81da6dda14d5d4f4ea8501a2c25bf40f9
tree43ef6d4d24053f309cffe80389d3a7191581cbe7
parent268bfccd28b6ccca60c9505cd3ddc009549c7484
backend: fix double free of priv->font_name

If the backend was disposed then priv->font_name would be freed but not
set to NULL and so if clutter_backend_get_font_name was then called it
would double free priv->font_name.
clutter/clutter-backend.c