Revision: 71496
          http://sourceforge.net/p/brlcad/code/71496
Author:   starseeker
Date:     2018-08-12 01:50:04 +0000 (Sun, 12 Aug 2018)
Log Message:
-----------
Make sure gedp is NULL to start out.

Modified Paths:
--------------
    brlcad/trunk/src/gtools/gsh.cxx

Modified: brlcad/trunk/src/gtools/gsh.cxx
===================================================================
--- brlcad/trunk/src/gtools/gsh.cxx     2018-08-11 21:25:46 UTC (rev 71495)
+++ brlcad/trunk/src/gtools/gsh.cxx     2018-08-12 01:50:04 UTC (rev 71496)
@@ -43,7 +43,7 @@
 int
 main(int argc, const char **argv)
 {
-    struct ged *gedp;
+    struct ged *gedp = NULL;
     void *libged = bu_dlopen(NULL, BU_RTLD_LAZY);
     int ret = EXIT_SUCCESS;
     char *line = NULL;

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to