X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=wotsap.c;h=3aefc42012a4059324bfbad3ad7e080fc548ea81;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hp=ce25b02e8b4f4224c478c0239524f0b7ab95f875;hpb=2458360e75aa46091f60c16e041c07bffe2edefb;p=onak.git diff --git a/wotsap.c b/wotsap.c index ce25b02..3aefc42 100644 --- a/wotsap.c +++ b/wotsap.c @@ -19,8 +19,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -215,4 +214,5 @@ int main(int argc, char *argv[]) } cleanuplogthing(); cleanupconfig(); + free(configfile); }