]> the.earth.li Git - onak.git/blobdiff - wotsap.c
Add ability to drop overly large packets
[onak.git] / wotsap.c
index ce25b02e8b4f4224c478c0239524f0b7ab95f875..3aefc42012a4059324bfbad3ad7e080fc548ea81 100644 (file)
--- 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 <https://www.gnu.org/licenses/>.
  */
 
 #include <getopt.h>
@@ -215,4 +214,5 @@ int main(int argc, char *argv[])
        }
        cleanuplogthing();
        cleanupconfig();
+       free(configfile);
 }