Fix memory leak on error path
The snprintf string argument should not be duplicated. It is not needed and also not released afterwards.
Loading
Please register or sign in to comment
The snprintf string argument should not be duplicated. It is not needed and also not released afterwards.