Revision: 54538
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54538&view=rev
Author:   brlcad
Date:     2013-03-06 20:49:21 +0000 (Wed, 06 Mar 2013)
Log Message:
-----------
BU_PUT() to match BU_GET()

Modified Paths:
--------------
    brlcad/trunk/include/nmg.h

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2013-03-06 20:47:45 UTC (rev 54537)
+++ brlcad/trunk/include/nmg.h  2013-03-06 20:49:21 UTC (rev 54538)
@@ -549,7 +549,7 @@
  */
 #define NMG_FREESTRUCT(ptr, str) { \
     memset((char *)(ptr), 0, sizeof(struct str)); \
-    bu_free((char *)(ptr), "freestruct " #str); \
+    BU_PUT((char *)(ptr), struct str); \
     (ptr) = NULL; \
 }
 

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to