Skip to content

Commit

Permalink
fix: websocket free result
Browse files Browse the repository at this point in the history
  • Loading branch information
huskar-t committed Apr 22, 2024
1 parent 285cf3a commit a2b6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taosWS/rows.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ func (rs *rows) freeResult() error {
if err != nil {
return err
}
return nil
return tc.writeText(rs.buf.Bytes())
}

0 comments on commit a2b6591

Please sign in to comment.