[GB.DB]
* BUG: Fix a memory leak in the Connection.Delete() method. git-svn-id: svn://localhost/gambas/trunk@7027 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
cb940b1879
commit
38c2a48fc7
@ -265,7 +265,7 @@ CRESULT *DB_MakeResult(CCONNECTION *conn, int mode, char *table_temp, char *quer
|
||||
|
||||
case RESULT_DELETE:
|
||||
|
||||
conn->driver->Exec(&conn->db, query, &res, "Query failed: &1");
|
||||
conn->driver->Exec(&conn->db, query, NULL, "Query failed: &1");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user