Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / core / modules-load.c
index 42703fc653a14da643087cf8552b48657598111c..fd4d8a1ef18689b1a9a4f8f0a67e39b085f789d7 100644 (file)
@@ -13,9 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    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.
 */
 
 #include "module.h"
@@ -163,7 +163,7 @@ static int module_load_name(const char *path, const char *rootmodule,
        GModule *gmodule;
         MODULE_REC *module;
        MODULE_FILE_REC *rec;
-       gpointer value1, value2;
+       gpointer value1 = NULL, value2 = NULL;
        char *initfunc, *deinitfunc;
         int found;