diff --git a/v2/engine/timestamp.c b/v2/engine/timestamp.c index fa8963e6b..69cc8d186 100644 --- a/v2/engine/timestamp.c +++ b/v2/engine/timestamp.c @@ -169,7 +169,7 @@ void timestamp_from_path( timestamp * const time, OBJECT * const path ) 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 );