summaryrefslogtreecommitdiff
path: root/src/ofx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofx.cc')
-rw-r--r--src/ofx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ofx.cc b/src/ofx.cc
index 7ac95e8d..4cc22202 100644
--- a/src/ofx.cc
+++ b/src/ofx.cc
@@ -111,7 +111,7 @@ int ofx_proc_transaction_cb(struct OfxTransactionData data,
// jww (2005-02-09): uncomment
have_error = "The above entry does not balance";
#endif
- delete entry;
+ checked_delete(entry);
return -1;
}
return 0;