Skip to content

udp: fix double free in udp_destroy #1000

udp: fix double free in udp_destroy

udp: fix double free in udp_destroy #1000

Workflow file for this run

name: clang-format
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: 'examples/vpp-plugin'
extensions: 'h,cpp,c,cc'
clangFormatVersion: 17