Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:07 +08:00
commit 58e7c2f58b
8 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for memory-leak-detector skill
- [ ] report_template.md: Template for generating memory leak analysis reports.
- [ ] example_code_with_leaks/: Directory containing example code snippets with memory leaks.
- [ ] example_code_fixed/: Directory containing example code snippets with memory leaks fixed.