Re: patchwork
Chong Kai Xiong <[email protected]> Wed, 19 Nov 2003 22:43:11 +0800
| Newsgroups | gmane.comp.multimedia.beep-media-player.devel |
|---|---|
| Message-ID | <[email protected]> |
--=-nJUt7xYsq0cRFl+rO2Z8
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
There's a bug in the patch:
+void skin_destroy(Skin*sk)
+{
+ free_skin();
+ g_mutex_free(sk);
+ g_free(sk);
+}
It should be: g_mutex_free(sk->lock);=20
--=20
Chong Kai Xiong
aka 'Descender'
--=-nJUt7xYsq0cRFl+rO2Z8
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQA/u4F/akVQK4PsKXwRAqhsAKCQqzzG7Dz4FMQlykmbnZlunjRlEQCfaHpU
df3rmzw74lISDPITNxXIDcg=
=bKF8
-----END PGP SIGNATURE-----
--=-nJUt7xYsq0cRFl+rO2Z8--