awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
238 stars 75 forks source link

Free slice in OpSendStatusFromServerContext #90

Closed cocreature closed 5 years ago

cocreature commented 5 years ago

We allocate the slice in createOpContext via byteStringToSlice but we never freed it.