mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
15 lines
579 B
C
15 lines
579 B
C
$OpenBSD: patch-gnome-initial-setup_pages_keyboard_cc-input-chooser_c,v 1.1 2014/04/07 10:30:32 a
|
|
|
|
gnome-initial-setup in free(): error: bogus pointer
|
|
|
|
--- gnome-initial-setup/pages/keyboard/cc-input-chooser.c.orig 2015-03-13 22:00:44.000000000 +0100
|
|
+++ gnome-initial-setup/pages/keyboard/cc-input-chooser.c 2015-05-14 07:45:27.366059000 +0200
|
|
@@ -404,6 +404,8 @@
|
|
gchar *lang, *country;
|
|
GList *list;
|
|
|
|
+ lang = country = NULL;
|
|
+
|
|
if (gnome_get_input_source_from_locale (priv->locale, &type, &id)) {
|
|
add_row_to_list (chooser, type, id);
|
|
if (!priv->id) {
|