|
|
|
|
@ -49,6 +49,7 @@ func (d *D) Export(c context.Context, w io.Writer, pubkeys ...[]byte) {
@@ -49,6 +49,7 @@ func (d *D) Export(c context.Context, w io.Writer, pubkeys ...[]byte) {
|
|
|
|
|
if _, err = w.Write([]byte{'\n'}); chk.E(err) { |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
ev.Free() |
|
|
|
|
evBuf.Reset() |
|
|
|
|
} |
|
|
|
|
return |
|
|
|
|
@ -93,6 +94,7 @@ func (d *D) Export(c context.Context, w io.Writer, pubkeys ...[]byte) {
@@ -93,6 +94,7 @@ func (d *D) Export(c context.Context, w io.Writer, pubkeys ...[]byte) {
|
|
|
|
|
if _, err = w.Write([]byte{'\n'}); chk.E(err) { |
|
|
|
|
continue |
|
|
|
|
} |
|
|
|
|
ev.Free() |
|
|
|
|
evBuf.Reset() |
|
|
|
|
} |
|
|
|
|
return |
|
|
|
|
|