summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-09-24 11:13:00 +0200
committerBenjamin Otte <otte@gnome.org>2008-09-24 11:13:00 +0200
commitc37f02fc20a4ffc74eecfceeaff913a250933320 (patch)
tree6c462a6890491344a9028069dfed34975b365dd8
parent4e8b215cf7c9e769068910215401db8fe5283658 (diff)
SwfmozPlayer.initial is not a GObject, we must not unref it
fixes crashes caused by flashblock
-rw-r--r--src/swfmoz_player.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/swfmoz_player.c b/src/swfmoz_player.c
index 97abb89..f813748 100644
--- a/src/swfmoz_player.c
+++ b/src/swfmoz_player.c
@@ -552,10 +552,6 @@ swfmoz_player_dispose (GObject *object)
player->target = NULL;
}
swfmoz_player_clear_repaints (player);
- if (player->initial) {
- g_object_unref (player->initial);
- player->initial = NULL;
- }
if (player->loaders) {
g_object_unref (player->loaders);
player->loaders = NULL;