[gnome-games] gnometris: Remove references to actors that are being exploded



commit 66878f0d239b1be7bff7eec51e05ef22bc5cfd1a
Author: Jason D. Clinton <me jasonclinton com>
Date:   Wed May 6 18:23:16 2009 -0500

    gnometris: Remove references to actors that are being exploded
    
    This cleans up some critical warnings
---
 gnometris/blockops.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnometris/blockops.cpp b/gnometris/blockops.cpp
index 747dee2..5806af7 100644
--- a/gnometris/blockops.cpp
+++ b/gnometris/blockops.cpp
@@ -113,6 +113,7 @@ BlockOps::explode_end (ClutterTimeline *time, BlockOps *f)
 			(GFunc)clutter_actor_destroy,
 			block);
 	g_list_free (f->destroy_actors);
+	f->destroy_actors = NULL;
 	return FALSE;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]