mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-01 20:12:39 +08:00
Fix Unref being called twice on message stringer (#29)
This commit is contained in:
@@ -33,7 +33,6 @@ func (m *Message) String() string {
|
||||
case MessageTag:
|
||||
tags := m.ParseTags()
|
||||
if tags != nil {
|
||||
defer tags.Unref()
|
||||
msg += tags.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user