libreoffice: update to 24.8.3.2
[oi-userland.git] / components / desktop / sound-juicer / patches / sound-juicer-10-fix-crash.patch
blob37ef0ff451d19f168d7c213ad5c158a7dd76ec83
1 --- sound-juicer-2.32.0/src/sj-main.c.1 2017-04-04 23:33:49.111768045 +0300
2 +++ sound-juicer-2.32.0/src/sj-main.c 2017-04-04 23:35:17.110210605 +0300
3 @@ -1135,6 +1135,7 @@
4 GstEncodingProfile *profile;
5 const char *media_type;
7 + if (!entry) return;
8 g_assert (strcmp (entry->key, GCONF_AUDIO_PROFILE_MEDIA_TYPE) == 0);
9 if (!entry->value) return;
10 media_type = gconf_value_get_string (entry->value);