Skip to content

Commit e56d9ed

Browse files
authored
Initialize thread variable in Thread_args constructor
1 parent c98c469 commit e56d9ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DataModelBase/Utilities.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace ToolFramework{
2727
Thread_args(){ ///< Simple constructor
2828
kill=false;
2929
running=false;
30+
thread=0;
3031
}
3132

3233
virtual ~Thread_args(){ ///< virtual constructor

0 commit comments

Comments
 (0)