x86: also optimize KXOR{D,Q} and KANDN{D,Q}
[deliverable/binutils-gdb.git] / gdb / varobj-iter.h
index 1e7889be0294d0f35f5b311a81218d847b8d1a3c..7b05100eb682bc9ddeda641d56d510ed4bee51da 100644 (file)
@@ -1,5 +1,5 @@
 /* Iterator of varobj.
-   Copyright (C) 2013-2016 Free Software Foundation, Inc.
+   Copyright (C) 2013-2018 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -67,6 +67,6 @@ struct varobj_iter_ops
       if ((ITER) != NULL)                     \
        {                                      \
          (ITER)->ops->dtor (ITER);            \
-         delete (ITER);                       \
+         xfree (ITER);                \
        }                                      \
     } while (0)
This page took 0.023382 seconds and 4 git commands to generate.