Files
opm-common/tests/parser
Bård Skaflestad 3ad7771306 EclipseState Unit Test: Don't Leak Memory
The construction

    Parser parser(new Parser{})

effectively ends up calling the constructor

    Parser::Parser(bool)

which, besides leaking memory, is typically not what we want.
2019-10-26 18:22:52 -05:00
..
2019-10-24 08:39:53 +02:00
2019-10-21 15:45:39 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2019-07-03 12:39:35 +02:00
2019-08-18 13:21:04 +02:00
2019-04-02 13:42:38 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2017-06-01 15:29:23 +02:00
2019-09-04 14:49:12 +02:00