• Max Kellermann's avatar
    player: fix race condition during tag update · 1bfa6a94
    Max Kellermann authored
    When a tag is updated, the old tag was freed before the new one was
    created.  Reverse the order to be sure that other threads always see a
    valid pointer.
    
    This still leaves a possible race condition, but it will be addressed
    later.
    1bfa6a94
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...