Commit c812e2cfa2b976791419375618c76001723eeb07

Authored by Perry Werneck
1 parent 52974d23
Exists in master and in 1 other branch develop

Still searching for the misterious segfault.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/trace/trace.c
@@ -435,6 +435,8 @@ @@ -435,6 +435,8 @@
435 const gchar * lib3270_release = lib3270_get_build_rpq_timestamp(); 435 const gchar * lib3270_release = lib3270_get_build_rpq_timestamp();
436 const gchar * libv3270_release = G_STRINGIFY(RPQ_TIMESTAMP); 436 const gchar * libv3270_release = G_STRINGIFY(RPQ_TIMESTAMP);
437 437
  438 + g_autofree gchar * test = g_strdup(lib3270_release);
  439 +
438 g_autofree gchar * release = 440 g_autofree gchar * release =
439 g_strconcat( G_STRINGIFY(PRODUCT_NAME) " Revisions ", 441 g_strconcat( G_STRINGIFY(PRODUCT_NAME) " Revisions ",
440 lib3270_release, 442 lib3270_release,