mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
More memory leaks
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20019 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -499,6 +499,11 @@ gnc_dbi_lock_database ( QofBackend* qbe, gboolean ignore_lock )
|
||||
dbi_conn_error( dcon, &errstr );
|
||||
PERR( "Error %s creating lock table", errstr );
|
||||
qof_backend_set_error( qbe, ERR_BACKEND_SERVER_ERR );
|
||||
if ( result )
|
||||
{
|
||||
dbi_result_free( result );
|
||||
result = NULL;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
if ( result )
|
||||
|
||||
Reference in New Issue
Block a user