diff options
| author | Pjotr Prins | 2025-11-22 10:46:05 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-22 10:46:05 +0100 |
| commit | 8842a9544bf25041afc52c4481ff7e80bbd55a54 (patch) | |
| tree | 2e9f121440bf519abc6df2b3f88b9274e0babb40 /src/gemma.cpp | |
| parent | d9f1a4a8e648725bff2b03a59651e56644eb8c4b (diff) | |
| download | pangemma-8842a9544bf25041afc52c4481ff7e80bbd55a54.tar.gz | |
Prevent memory leak
Diffstat (limited to 'src/gemma.cpp')
| -rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index d2281ae..a9038c7 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3170,7 +3170,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { outfile << "##" << endl; outfile << "## GEMMA Version = " << version << " (" << date << ")" << endl; - outfile << "## Build profile = " << GEMMA_PROFILE << endl ; + // outfile << "## Build profile = " << GEMMA_PROFILE << endl ; #ifdef __GNUC__ outfile << "## GCC version = " << __GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__ << endl; #endif |
