Merge lp://staging/~bregma/geis/deb-811933 into lp://staging/geis
Proposed by
Stephen M. Webb
Status: | Merged |
---|---|
Approved by: | Christopher Townsend |
Approved revision: | 337 |
Merged at revision: | 337 |
Proposed branch: | lp://staging/~bregma/geis/deb-811933 |
Merge into: | lp://staging/geis |
Diff against target: |
55 lines (+10/-4) 3 files modified
libgeis/backend/grail/geis_grail_backend.c (+6/-2) libgeis/geis_subscription.c (+2/-0) libs/geis-util/geis_bag.h (+2/-2) |
To merge this branch: | bzr merge lp://staging/~bregma/geis/deb-811933 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Christopher Townsend (community) | Approve | ||
Review via email: mp+283980@code.staging.launchpad.net |
Commit message
fix error revealed by GCC-6
Description of the change
Fix errors detected by rebuilding with GCC-6.
(1) unused constants in a header (replaced with #define)
(2) bracing error in an if-statement (may have caused memory leaks)
Fixes Debian bug https:/
To post a comment you must log in.
Yep, looks correct.