mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
loggerd: fix use after free and memory leaks (#19695)
* fix use after free and memory leaks * cleanup * fix typo Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 6b0890f128d4ae3d56bb7c3f90267e38fc4e878b
This commit is contained in:
@@ -7,9 +7,9 @@ libs = ['zmq', 'capnp', 'kj', 'z',
|
||||
|
||||
if arch in ["aarch64", "larch64"]:
|
||||
src += ['encoder.cc']
|
||||
libs += ['OmxVenc', 'OmxCore', 'gsl', 'CB'] + gpucommon
|
||||
libs += ['OmxCore', 'gsl', 'CB'] + gpucommon
|
||||
if arch == "aarch64":
|
||||
libs += ['cutils']
|
||||
libs += ['OmxVenc', 'cutils']
|
||||
else:
|
||||
libs += ['pthread']
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user