mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-03 05:24:19 -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.