]> Pileus Git - ~andy/gtk/blobdiff - gdk/quartz/gdkselection-quartz.c
Change FSF Address
[~andy/gtk] / gdk / quartz / gdkselection-quartz.c
index 566448e2b9ef8176027298b5f642b7b28445f45c..ae595b0e60af5aba7aae9cee99e1f4bee0c2ba4c 100644 (file)
@@ -15,9 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
@@ -121,10 +119,8 @@ make_list (const gchar  *text,
     }
 
   if (list)
-    *list = g_new (gchar *, n_strings + 1);
+    *list = g_new0 (gchar *, n_strings + 1);
 
-  (*list)[n_strings] = NULL;
-  
   i = n_strings;
   tmp_list = strings;
   while (tmp_list)