Skip to content

fix crash caused by use bar instance after it is freed (use-after-free) #798

fix crash caused by use bar instance after it is freed (use-after-free)

fix crash caused by use bar instance after it is freed (use-after-free) #798

Workflow file for this run

name: clang-format
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-format-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
name: clang-format
with:
source: "."
extensions: "hpp,h,cpp,c"
clangFormatVersion: 16