Commit a05bfa2f5e6e7d99714e212b1377bc35d33391e1
1 parent
fbe0a112
Exists in
master
and in
1 other branch
Fixing Debian 8 builds.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/include/v3270.h
| @@ -61,7 +61,6 @@ | @@ -61,7 +61,6 @@ | ||
| 61 | static inline void v3270_autoptr_cleanup_GVariant(GVariant **variant) { | 61 | static inline void v3270_autoptr_cleanup_GVariant(GVariant **variant) { |
| 62 | if(*variant) { | 62 | if(*variant) { |
| 63 | g_variant_unref(*variant) | 63 | g_variant_unref(*variant) |
| 64 | - *variant = NULL; | ||
| 65 | } | 64 | } |
| 66 | } | 65 | } |
| 67 | 66 |