diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-01-14 12:19:15 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-01-14 19:26:31 +0100 |
commit | 9f7ac479ff134d0f9ce65f6f8681e5e7664f357b (patch) | |
tree | 9b4113facd26fba6c37a30b4f532eacce14fed5d /icon-themes/sifr_svg/cmd/ar | |
parent | cf226535f9903a048b1c105b180ae3a50a776e68 (diff) |
tdf#129360: don't try to use uninitialized objects
And also don't forget to re-initialize member list of watch item.
Another old bug masked by hacks removed in commit
62f3f3d92aa204eaaa063b30d7ade44df501b997. E.g., previously in code
Type t1
var1
var2
End Type
Type t2
var1
var2
var3
End Type
Sub test
Dim v1 As t1, v2 As t2, v
v = v1
v = v2
End Sub
breaking on line 'v = v1', expanding v in Watch, and stepping to next
line, didn't update the children count. After the change, this surfaced,
and now fixed.
Change-Id: Ia47f5363a2fc62042701ff14d084870d1cced392
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86792
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'icon-themes/sifr_svg/cmd/ar')
0 files changed, 0 insertions, 0 deletions