ci: add static analysis, sanitizers, and formatting enforcement #24
@@ -42,7 +42,7 @@ jobs:
|
|||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
sanitizer: [address, thread]
|
sanitizer: [address]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -158,5 +158,6 @@ Chunk* directory_scanner_next(DirectoryScanner* scanner) {
|
|||||||
|
|
||||||
if (chunk_data->size > 0)
|
if (chunk_data->size > 0)
|
||||||
return chunk_data_to_chunk(chunk_data);
|
return chunk_data_to_chunk(chunk_data);
|
||||||
|
array_list_delete(chunk_data);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user