Replace free() with xfree().
[deliverable/binutils-gdb.git] / gdb / tui / tuiLayout.c
index f394205b7cdaf26020d10abf05161e65d21a4dec..8a6648a310fb8ccbe6efa8a2622c6d49243b026b 100644 (file)
@@ -603,7 +603,7 @@ _tuiSetLayoutTo (layoutName)
            newLayout = _prevLayout ();
          else
            status = TUI_FAILURE;
-         free (bufPtr);
+         xfree (bufPtr);
 
          tuiSetLayout (newLayout, dpyType);
        }
This page took 0.02371 seconds and 4 git commands to generate.