Closed okuvshynov closed 4 years ago
As trivialfis pointed out, even though this allocation happens right before fatal is logged, that might be caught, and process might continue execution.
Use unique_ptr instead.
reported at https://github.com/dmlc/dmlc-core/issues/625
cc @junrushao1994
@okuvshynov Thanks for fixing the issue!
As trivialfis pointed out, even though this allocation happens right before fatal is logged, that might be caught, and process might continue execution.
Use unique_ptr instead.