$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80158 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-23 09:54:58
Author: jurko
Date: 2012-08-23 09:54:58 EDT (Thu, 23 Aug 2012)
New Revision: 80158
URL: http://svn.boost.org/trac/boost/changeset/80158
Log:
Boost Jam cleanup - removed a stale comment - the referenced string gets freed as a part of the related hash table cleanup.
Text files modified:
trunk/tools/build/v2/engine/timestamp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/engine/timestamp.c
==============================================================================
--- trunk/tools/build/v2/engine/timestamp.c (original)
+++ trunk/tools/build/v2/engine/timestamp.c 2012-08-23 09:54:58 EDT (Thu, 23 Aug 2012)
@@ -169,7 +169,7 @@
b = (BINDING *)hash_insert( bindhash, normalized_path, &found );
if ( !found )
{
- b->name = object_copy( normalized_path ); /* never freed */
+ b->name = object_copy( normalized_path );
b->flags = 0;
b->progress = BIND_INIT;
timestamp_clear( &b->time );