diff options
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r-- | src/gui_backend_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index e63d8379..1bddc1be 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -259,7 +259,7 @@ static void *run_indexing(const char *job_title, streams = malloc(sizeof(char *)); if ( streams != NULL ) { streams[0] = strdup("crystfel.stream"); - add_result(proj, job_title, streams, 1); + add_result(proj, strdup(job_title), streams, 1); } return job; } |