Code

Typo
[nagiosplug.git] / lib / tests / test_utils.c
index b2a9e69c8a87673a63c3ca4b0a16c7165c7c3e78..86a17dc3f04bffc06d09ad6e9284a5dbb549cf78 100644 (file)
@@ -13,7 +13,6 @@
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * 
-* $Id$
 * 
 *****************************************************************************/
 
@@ -172,7 +171,6 @@ main (int argc, char **argv)
 
        test = np_escaped_string("everything");
        ok( strcmp(test, "everything") == 0, "everything okay");
-       free(test);
 
        return exit_status();
 }