Revision: 51736
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51736&view=rev
Author:   crdueck
Date:     2012-07-31 21:18:27 +0000 (Tue, 31 Jul 2012)
Log Message:
-----------
free bu_vls tmpstr in analyze_ars()

Modified Paths:
--------------
    brlcad/trunk/src/libged/analyze.c

Modified: brlcad/trunk/src/libged/analyze.c
===================================================================
--- brlcad/trunk/src/libged/analyze.c   2012-07-31 20:44:11 UTC (rev 51735)
+++ brlcad/trunk/src/libged/analyze.c   2012-07-31 21:18:27 UTC (rev 51736)
@@ -1203,6 +1203,7 @@
     table.nrows = nfaces;
 
     bu_free((char *)face.pts, "analyze_ars: pts");
+    bu_vls_free(&tmpstr);
 
     print_faces_table(gedp, &table);
     print_volume_table(gedp,

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to