mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +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>
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