Revision: 6884
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6884&view=rev
Author:   jeremy_asher
Date:     2008-07-17 21:22:33 +0000 (Thu, 17 Jul 2008)

Log Message:
-----------
stage: fixed uninitialized variable bug in fiducial

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

Modified: code/stage/trunk/libstage/model_fiducial.cc
===================================================================
--- code/stage/trunk/libstage/model_fiducial.cc 2008-07-17 04:45:04 UTC (rev 
6883)
+++ code/stage/trunk/libstage/model_fiducial.cc 2008-07-17 21:22:33 UTC (rev 
6884)
@@ -79,6 +79,8 @@
        stg_geom_t geom;
        memset( &geom, 0, sizeof(geom));
        SetGeom( geom );
+       fiducials = NULL;
+       fiducial_count = 0;
 
        // default parameters
        min_range = DEFAULT_FIDUCIAL_RANGEMIN;


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to