git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix compilation errors after splitting classes into interface and
[stg.git]
/
projects
/
stargazer
/
plugins
/
store
/
postgresql
/
postgresql_store_utils.cpp
diff --git
a/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.cpp
b/projects/stargazer/plugins/store/postgresql/postgresql_store_utils.cpp
index 28a17895b0eb770ccccf6c18813957ed586815f4..7c0755a7e3121d9f74c8020d82aa8ba9772e40d2 100644
(file)
--- a/
projects/stargazer/plugins/store/postgresql/postgresql_store_utils.cpp
+++ b/
projects/stargazer/plugins/store/postgresql/postgresql_store_utils.cpp
@@
-101,7
+101,7
@@
if (error)
{
strError = PQerrorMessage(connection);
printfd(__FILE__, "POSTGRESQL_STORE::EscapeString(): '%s'\n", strError.c_str());
- delete buf;
+ delete
[]
buf;
return -1;
}