]> git.eshelyaron.com Git - emacs.git/commit
Fix leak when quit arrives during incremental selection transfer
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 03:45:04 +0000 (11:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 03:45:04 +0000 (11:45 +0800)
commitd679f9e388cde367d8d0c2e438b62a16ec1aca67
tree5c5ce404fb04a7a7183ff9dc11996a90a9764af2
parent30f83e30932f2b0f523b66e5dcf1b8fec54ec1f7
Fix leak when quit arrives during incremental selection transfer

* src/xselect.c (x_free_selection_data): New function.
(x_get_window_property_as_lisp_data): Free `data' reliably
if receive_incremental_selection quits.
src/xselect.c