Stop leaking SKBs in elm327_parse_frame()
authornorly <ny-git@enpas.org>
Sat, 11 Jun 2022 12:49:05 +0000 (14:49 +0200)
committernorly <ny-git@enpas.org>
Sat, 11 Jun 2022 12:49:05 +0000 (14:49 +0200)
commit37111be717212b8c7779978c0385393c2d51747d
tree463a5699bb540176d297d1619392447299157bec
parent11a11ae0991f8f1cc5fa3eabb2e853121436f10f
Stop leaking SKBs in elm327_parse_frame()

SKBs need to be used or freed before returning, no exceptions.
module/can327.c