Index: trunk/src/org/openstreetmap/josm/tools/Logging.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/Logging.java	(revision 13261)
+++ trunk/src/org/openstreetmap/josm/tools/Logging.java	(revision 13263)
@@ -84,4 +84,6 @@
 
         LOGGER.addHandler(WARNINGS);
+        // Set log level to info, otherwise the first ListenerList created will be for debugging purposes and create memory leaks
+        Logging.setLogLevel(Logging.LEVEL_INFO);
     }
 
