Use a for instead of a do while to avoid returning early
commit652f53c7969e0df0ce9c1fa9b01fb2993f270121
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 27 Apr 2011 10:07:07 +0000 (27 11:07 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 11:34:56 +0000 (9 12:34 +0100)
treecb1f252841ffe2796083c386c5431552614654e4
parent6c7d3bb978f03da13cfc6dbef4d4a5b034283ce1
Use a for instead of a do while to avoid returning early

So we always free the stuff at the end of the function.
libempathy-gtk/empathy-log-window.c