- Jun 25, 2017
-
-
Evangelos Foutras authored
The original fix complicated the code by individually allocating GValue objects and then storing pointers to them in the job parameters array. While the crash on upload was fixed, the program would still crash on exit due to the clear_func used for the array (g_free); as per GLib's documentation, "clear_func is expected to clear the contents of the array element it is given, but not free the element itself". The minimal fix in this commit should fix the original issue, and also the crash on program exit (bug #13684).
-
Evangelos Foutras authored
This reverts commit 6de6b7e2.
-
Evangelos Foutras authored
This reverts commit 4569b715.
-
- Jun 04, 2017
-
-
Andre Miranda authored
Thanks to Mukundan Ragavan
-
- Apr 26, 2017
-
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
Andre Miranda authored
-
- Jun 12, 2016
-
-
Maarten authored
-
- Nov 30, 2015
-
-
-
Landry Breuil authored
-
-
-
-