X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ffile.c;h=9f0ab28043ac11148539ee9d33475e793c41a2d4;hb=70315176de81b49b7dcd4d65f09991f3217813af;hp=bf72316ccf19c01f5e20b86ef180062370fe7160;hpb=f7c21036f9cc592727b791f9e7bee8bc75ed7285;p=openvswitch diff --git a/ovsdb/file.c b/ovsdb/file.c index bf72316c..9f0ab280 100644 --- a/ovsdb/file.c +++ b/ovsdb/file.c @@ -223,7 +223,7 @@ ovsdb_file_open__(const char *file_name, oldest_commit = date; } - ovsdb_txn_commit(txn, false); + ovsdb_error_destroy(ovsdb_txn_commit(txn, false)); } if (error) { /* Log error but otherwise ignore it. Probably the database just got