Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d488bfe8
...
d488bfe8382aad85769014a2752192b110a34f0a
authored
2004-12-17 16:20:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(destroy): Bugfix: do not free pgconn
1 parent
26fde04f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
sql/postgres.c
sql/postgres.c
View file @
d488bfe
...
...
@@ -58,7 +58,6 @@ static int
destroy
(
mu_sql_connection_t
conn
)
{
struct
mu_pgsql_data
*
dp
=
conn
->
data
;
free
(
dp
->
pgconn
);
free
(
dp
);
conn
->
data
=
NULL
;
return
0
;
...
...
Please
register
or
sign in
to post a comment