Revision: 48464
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48464&view=rev
Author:   starseeker
Date:     2012-01-12 00:51:48 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
No rtip, no shoot - CID 313

Modified Paths:
--------------
    brlcad/trunk/src/nirt/command.c

Modified: brlcad/trunk/src/nirt/command.c
===================================================================
--- brlcad/trunk/src/nirt/command.c     2012-01-12 00:36:23 UTC (rev 48463)
+++ brlcad/trunk/src/nirt/command.c     2012-01-12 00:51:48 UTC (rev 48464)
@@ -387,8 +387,11 @@
     buffer = buffer;
     ctp = ctp;
 
+    if (!rtip)
+      return;
+
     if (need_prep) {
-       if (rtip) rt_clean(rtip);
+       rt_clean(rtip);
        do_rt_gettrees(rtip, NULL, 0, &need_prep);
     }
 

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