Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Segfault due to uninitialized Variable
A pointer intended to hold a possible error message was not initialized prior to being passed to the corresponding gtk function. Initialize the pointer with NULL. Author: Willi Mann <[email protected]> Bug-Debian: http://bugs.debian.org/668663
- Loading branch information