diff options
Diffstat (limited to 'gprofng/src/Application.cc')
-rw-r--r-- | gprofng/src/Application.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/src/Application.cc b/gprofng/src/Application.cc index 98caeba..ee461b3 100644 --- a/gprofng/src/Application.cc +++ b/gprofng/src/Application.cc @@ -112,7 +112,7 @@ Application::get_realpath (const char *_name) path = s + 1; } } - return strdup (_name); + return xstrdup (_name); } // Set the directory where all binaries are found |