radarsat1 / liblo

liblo is an implementation of the Open Sound Control protocol for POSIX systems
GNU Lesser General Public License v2.1
190 stars 60 forks source link

Fix use-after-free warning in server.c #140

Closed tartina closed 1 year ago

tartina commented 1 year ago

That assignment is not necessary before returning, but it's triggering (maybe a false positive) a use after free warning with gcc 13.1