Browse Source

Fixes a truly odd double-free error

msmith-techempower 8 years ago
parent
commit
a216efdc17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolset/setup/linux/TFBReaper.c

+ 0 - 1
toolset/setup/linux/TFBReaper.c

@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
   // on the system. This program is merely a pass-through to
   // a shell with the subreaper stuff enabled.
   int ret = system(result);
-  free(result);
 
   // We need to wait forever; the suite will clean this 
   // process up later.