Revision: 48525
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48525&view=rev
Author:   bob1961
Date:     2012-01-12 16:54:34 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
run 6, CID 1804/5, UNINIT.

Modified Paths:
--------------
    brlcad/trunk/src/librt/bool.c

Modified: brlcad/trunk/src/librt/bool.c
===================================================================
--- brlcad/trunk/src/librt/bool.c       2012-01-12 16:53:14 UTC (rev 48524)
+++ brlcad/trunk/src/librt/bool.c       2012-01-12 16:54:34 UTC (rev 48525)
@@ -763,7 +763,8 @@
 void
 rt_fastgen_vol_vol_overlap(struct region **fr1, struct region **fr2, const 
struct partition *pp)
 {
-    struct bu_ptbl sl1, sl2;
+    struct bu_ptbl sl1 = BU_PTBL_INIT_ZERO;
+    struct bu_ptbl sl2 = BU_PTBL_INIT_ZERO;
     const struct seg *s1 = (const struct seg *)NULL;
     const struct seg *s2 = (const struct seg *)NULL;
     fastf_t s1_in_dist;

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to