Revision: 7194
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7194&view=rev
Author:   rtv
Date:     2008-12-08 06:37:47 +0000 (Mon, 08 Dec 2008)

Log Message:
-----------
fixed uninitialized mutex pointer

Modified Paths:
--------------
    code/stage/trunk/libstage/model.cc

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2008-12-08 06:23:29 UTC (rev 7193)
+++ code/stage/trunk/libstage/model.cc  2008-12-08 06:37:47 UTC (rev 7194)
@@ -133,6 +133,7 @@
                                                  StgModel* parent,
                                                  const stg_model_type_t type )
   : StgAncestor(),      
+        access_mutex(NULL),
         blinkenlights( g_ptr_array_new() ),
         blob_return(true),
         blockgroup(),


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to