aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-06 15:31:55 +0200
committerMax Kellermann <max@duempel.org>2008-09-06 15:31:55 +0200
commit092bdf3d32d0ee71c04ace21c74ae240bd4ec6ae (patch)
treeeefc3c842ab1af3b75d9827ffd7923a437fe62f1 /src/command.h
parent6146d4f5bbb800a1499ab23ea8cc997e97d6cb06 (diff)
tag: fix segfault on update
clearMpdTag could be called on a tag that was still in a tag_begin_add transaction before tag_end_add is called. This was causing free() to attempt to operate on bulk.items; which is un-free()-able. Now instead we unmark the bulk.busy to avoid committing the tags to the heap only to be immediately freed. Additionally, we need to remember to call tag_end_add() when a song is updated before we NULL song->tag to avoid tripping an assertion the next time tag_begin_add() is called.
Diffstat (limited to 'src/command.h')
0 files changed, 0 insertions, 0 deletions