DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

resolve memory leak https://github.com/DaanDeMeyer/reproc/issues/64 #65

Closed AokiYuune closed 3 years ago

DaanDeMeyer commented 3 years ago

LGTM, How did you discover it? If it's some kind of automated tool and it's not too hard to set up, maybe we can add it to the CI.

AokiYuune commented 3 years ago

LGTM, How did you discover it? If it's some kind of automated tool and it's not too hard to set up, maybe we can add it to the CI.

I tried to implement reproc into an exe project. The main func runs _CrtSetDbgFlag()… Then, a long time of code check,

DaanDeMeyer commented 3 years ago

CI failure seems unrelated, let's merge. Thanks for the contribution!