diff options
| author | Mark Musone <musone@php.net> | 1999-09-10 02:47:49 +0000 |
|---|---|---|
| committer | Mark Musone <musone@php.net> | 1999-09-10 02:47:49 +0000 |
| commit | f2b3c3c2f6d50c5d9987509d24b38e39922db568 (patch) | |
| tree | d26c963f7c7f09488a1cc975620e05ec868d0f0b /ext/pgsql | |
| parent | 63243be5ac0d582ba543899983ed03451bce6816 (diff) | |
| download | php-git-f2b3c3c2f6d50c5d9987509d24b38e39922db568.tar.gz | |
my bad, sorry
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index a6b8868ee7..884eaf9441 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -940,7 +940,6 @@ static void php3_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) field_name = PQfname(pgsql_result,i); add_assoc_stringl(return_value, field_name, data, data_len, should_copy); } - efree(element); } else { /* NULL field, don't set it */ /* add_get_index_stringl(return_value, i, empty_string, 0, (void **) &pval_ptr); */ |
