sqlops: Don't pkg_free memory that wasn't pkg_malloc'd
- Don't pkg_free the gparam_t parameter of sql_parse_index.
When called within pv_parse_dbr_name that parameter is
an internal field in the sql_pv_t structure and wasn't
allocated with pkg_malloc.