libtt: More coverity fixes

This commit is contained in:
Peter Howkins
2018-04-13 19:08:50 +01:00
parent 17101b6f4c
commit fee6003be1
19 changed files with 56 additions and 8 deletions

View File

@@ -59,6 +59,8 @@ _Tt_observer(_Tt_string ptid, int opnum,
_reliability = reliability;
_opnum = opnum;
_scope = s;
_state = TT_STATE_LAST; // BUG This class member is not set anywhere, but a getter function exists
}