pidgin/pidgin

Fix some issues scanbuild found in zephyr
release-2.x.y
2021-06-02, Gary Kramlich
cfababca6bf1
Fix some issues scanbuild found in zephyr

Testing Done:
Verfied that scanbuild no longer detects the errors.

Reviewed at https://reviews.imfreedom.org/r/707/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html