]> source.dussan.org Git - tigervnc.git/commit
Return std::vector instead of dynamic allocation
authorPierre Ossman <ossman@cendio.se>
Sun, 15 Jan 2023 15:55:34 +0000 (16:55 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commit2047dae22fb862ff43309ebb4fe2b9e7d6ce6153
tree975687d97e31e677f827e0f586a349868e6a1e65
parentea6afa9b791e3782455a829f97515fa721edd522
Return std::vector instead of dynamic allocation

This makes memory management more clear and robust when using these
helper functions.
common/rfb/Configuration.cxx
common/rfb/Configuration.h
common/rfb/SSecurityVncAuth.cxx
common/rfb/util.cxx
common/rfb/util.h
win/rfb_win32/Registry.cxx
win/rfb_win32/Registry.h
win/vncconfig/Legacy.cxx