change callback release_in_arg to release_arg otherwise segfaults occur
authorAlan Knowles <alan@akkbhome.com>
Thu, 11 Mar 2010 15:03:47 +0000 (23:03 +0800)
committerAlan Knowles <alan@akkbhome.com>
Thu, 11 Mar 2010 15:03:47 +0000 (23:03 +0800)
commit848d7b2d7b56477a3ef56e2c8a731b2f210e1f22
tree5f04fb38a545321b784554fc75a3c2bbd40656d0
parenta7d0f88b19e1142b9dafbe184bcb1d97a636dbf6
change callback release_in_arg to release_arg otherwise segfaults occur

    ClipboardTextReceivedFunc - char* text got freed before it was used.
    The logic in release_in_arg is inconsitant with what I think is being attempted here.
libseed/seed-closure.c