hotspot/src/share/vm/services/diagnosticArgument.cpp
changeset 27880 afb974a04396
parent 20061 cf6e850c26db
child 31592 43f48e165466
--- a/hotspot/src/share/vm/services/diagnosticArgument.cpp	Fri Nov 28 16:33:57 2014 +0100
+++ b/hotspot/src/share/vm/services/diagnosticArgument.cpp	Mon Dec 01 12:16:15 2014 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -174,7 +174,7 @@
 
 template <> void DCmdArgument<char*>::destroy_value() {
   if (_value != NULL) {
-    FREE_C_HEAP_ARRAY(char, _value, mtInternal);
+    FREE_C_HEAP_ARRAY(char, _value);
     set_value(NULL);
   }
 }