]> git.eshelyaron.com Git - emacs.git/commit
Fix segmentation fault with gdk_monitor_get_model (Bug#35259)
authorAlexander Gramiak <agrambot@gmail.com>
Sat, 13 Apr 2019 22:05:21 +0000 (16:05 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Sat, 13 Apr 2019 22:14:47 +0000 (16:14 -0600)
commit7308c2edfbd600e19685bf2cde099e46be3398c8
tree630a4a10015e8a1841c90a2165a7ef8bd69cebf5
parent894e1420829b24d4a6befcd09e285ea9e52e57f6
Fix segmentation fault with gdk_monitor_get_model (Bug#35259)

* src/frame.c (free_monitors): Check if NULL before freeing.

* src/xfns.c: (x-display-monitor-attributes-list): Check if NULL
before copying.
src/frame.c
src/xfns.c