mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
a7f29d006de2759c1739a6db253d05f7bf4b5b8d
- Replaced manual dynamic memory allocation with std::vector in setButtonLabels(const button_label*...) and setButtonLabels(const std::vector<button_label_cc>&...). - Reserved vector capacity upfront to match label_count, optimizing memory usage. - Improved safety and readability by removing manual delete[] calls and handling memory cleanup through vector's automatic management.
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%