python: Fix error handling.
* lang/python/gpgme.i: Fix freeing an uninitialized pointer in the error handling of generated wrapper functions by explicitly storing the pointer in a local variable which can be initialized.
- Signed-off-by: Justus Winter <justus@g10code.com>