From 9b652d0a11e531f03602440890d750126db2928f Mon Sep 17 00:00:00 2001 From: "John M. Penn" Date: Mon, 7 Mar 2016 12:32:16 -0600 Subject: [PATCH] Back out free of attributes in assignment production. refs #154 --- trick_source/sim_services/CheckPointAgent/input_parser.y | 4 ---- 1 file changed, 4 deletions(-) diff --git a/trick_source/sim_services/CheckPointAgent/input_parser.y b/trick_source/sim_services/CheckPointAgent/input_parser.y index 7ed44efd..4910bdc4 100644 --- a/trick_source/sim_services/CheckPointAgent/input_parser.y +++ b/trick_source/sim_services/CheckPointAgent/input_parser.y @@ -293,10 +293,6 @@ assignment: reference assignment_item ';' { } delete_v_tree($2); - // Free the ATTRIBUTES created by ref_var(). - if ($1.attr) { - free($1.attr); - } } assignment_item: v_data {