diff options
author | Scott Balneaves <[email protected]> | 2012-12-26 21:42:10 -0600 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2012-12-26 21:42:10 -0600 |
commit | 12c23d62d0932bcecced3c2621674b89c4e6d265 (patch) | |
tree | 9cf97da4f6e957738740eb0115c03346732ff205 /src/polkitmateauthenticationdialog.c | |
parent | d6c0362e70e695b1da921331f136d396d021f44c (diff) | |
download | mate-polkit-12c23d62d0932bcecced3c2621674b89c4e6d265.tar.bz2 mate-polkit-12c23d62d0932bcecced3c2621674b89c4e6d265.tar.xz |
Fix deprecations and warnings
Diffstat (limited to 'src/polkitmateauthenticationdialog.c')
-rw-r--r-- | src/polkitmateauthenticationdialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polkitmateauthenticationdialog.c b/src/polkitmateauthenticationdialog.c index 0d39890..3f02b19 100644 --- a/src/polkitmateauthenticationdialog.c +++ b/src/polkitmateauthenticationdialog.c @@ -273,6 +273,7 @@ get_image (PolkitMateAuthenticationDialog *dialog) pixbuf = NULL; copy_pixbuf = NULL; vendor_pixbuf = NULL; + image = NULL; if (dialog->priv->icon_name == NULL || strlen (dialog->priv->icon_name) == 0) { |