klipper: Fix a potential null dereferencing
Prior to da06b136, klipper used to make a roundtrip. In meanwhile, anything could happen to the selection, including getting destroyed. In either case, let's handle mimeData() returning null to harden this clipboard code.
Edited by Vlad Zahorodnii