]> source.dussan.org Git - tigervnc.git/commit
Be more careful with ComparingUpdateTracker pointer
authorPierre Ossman <ossman@cendio.se>
Fri, 5 Jul 2024 12:05:45 +0000 (14:05 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 5 Jul 2024 12:05:45 +0000 (14:05 +0200)
commitc4075860579ad33011fafee32f34c5d3da71a910
treef4cd376ebcd28ab6489250cab603c45808e13796
parentc831c9084afffdf10fa5dda865a6df5d643d83dd
Be more careful with ComparingUpdateTracker pointer

As of 28c3f12, we might now be running the frame clock even without a
framebuffer present. This means we need to be more careful accessing the
ComparingUpdateTracker, as it might be NULL.
common/rfb/VNCServerST.cxx