04:10.16 |
Notify |
03BRL-CAD:brlcad * 54720
brlcad/trunk/src/librt/bundle.c: not immediately obvious where this
is released, but doesn't appear to be local |
04:11.43 |
Notify |
03BRL-CAD:brlcad * 54721
brlcad/trunk/src/librt/columnparse.c: col_properties struct doesn't
need to be on the heap |
04:14.39 |
Notify |
03BRL-CAD:brlcad * 54722
(brlcad/trunk/src/librt/db_anim.c brlcad/trunk/src/librt/db_inmem.c
and 2 others): pointers returned to the caller should be allocated
via BU_ALLOC/bu_*alloc so we can define consistent API, change from
BU_GET |
04:16.11 |
Notify |
03BRL-CAD:brlcad * 54723
brlcad/trunk/src/librt/mater.c: alloc and free mater structs with
BU_ALLOC instead of BU_GET |
04:18.28 |
Notify |
03BRL-CAD:brlcad * 54724
brlcad/trunk/src/librt/prep.c: rtip is returned to caller, allocate
with BU_ALLOC instead of BU_GET |
04:21.13 |
Notify |
03BRL-CAD:brlcad * 54725
brlcad/trunk/src/librt/namegen.c: don't see a reason for having
these two formatting_style structs be on the heap. putting it on
the stack takes care of the (trivial) memory leak |
09:15.29 |
*** join/#brlcad ``Erik
(~erik@pool-74-103-121-45.bltmmd.fios.verizon.net) |
11:22.01 |
Notify |
03BRL-CAD:bob1961 * 54726
brlcad/trunk/src/external/ProEngineer/proe_brl.res: New default
settings for the proe-brl converter |
12:00.43 |
*** join/#brlcad merzo
(~merzo@206-37-133-95.pool.ukrtel.net) |
12:15.42 |
Notify |
03BRL-CAD Wiki:Notebooksi * 0
/wiki/User:Notebooksi: |
16:43.09 |
*** join/#brlcad archivist
(~archivist@host81-149-189-98.in-addr.btopenworld.com) |
18:16.50 |
Notify |
03BRL-CAD:n_reed * 54727
(brlcad/trunk/src/tclscripts/lod/LODDialog.tcl
brlcad/trunk/src/tclscripts/mged/CMakeLists.txt and 4 others): make
lod configuration dialog available from mged tool menu |
18:56.53 |
Notify |
03BRL-CAD:carlmoore * 54728
brlcad/trunk/doc/docbook/system/man1/en/bwscale.xml: missing a >
sign in the SYNOPSIS line -- do you understand what I want to
do? |
19:46.15 |
Notify |
03BRL-CAD Wiki:Cchujinguobb * 0
/wiki/User:Cchujinguobb: |
20:31.07 |
Notify |
03BRL-CAD:r_weiss * 54729
(brlcad/trunk/bench/pixcmp.c brlcad/trunk/src/anim/anim_sort.c and
22 others): Changed many data types from "long" to "off_t" to allow
the function "bu_fseek" to work correctly on Windows
64bit. |