Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Match delete with new
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove authored and pinkwah committed Jan 16, 2020
1 parent 3585997 commit f330feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enkf/value_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ value_export_type * value_export_alloc(std::string directory, std::string base_n


void value_export_free(value_export_type * value) {
free( value );
delete value;
}

int value_export_size( const value_export_type * value) {
Expand Down

0 comments on commit f330feb

Please sign in to comment.