mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
Sometimes we get an EAGAIN error in the due to the socket being nonblocking. In the setup phase we just allocated the new buffer and this causes a leak. Free it in this case.