widget: reset some deleted vars

only to be shure


Origin commit data
------------------
Commit: 0e06ed09a8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
2019-10-27 22:56:50 +01:00
committed by vanhofen
parent 48ea298ddf
commit 325c8cdacc
4 changed files with 9 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ fprintf(stderr, "%s:%d %s\n", __func__, __LINE__, argv[0]);
if (res)
*res = ret;
delete y;
y = NULL;
fprintf(stderr, "%s:%d\n", __func__, __LINE__);
showResult();
}