Index: dlg.c =================================================================== --- dlg.c (revision 37114) +++ dlg.c (revision 37115) @@ -145,7 +145,7 @@ if (prog->qctx != NULL) { sprintf(tmp, "%ld", prog->qctx->hit_cnt); - hv.str = rnd_strdup(tmp); + hv.str = tmp; rnd_gui->attr_dlg_set_value(pb->dlg_hid_ctx, pb->wcnt, &hv); }