Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdmapsharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libdmapsharing
Commits
bc7768d0
Commit
bc7768d0
authored
Oct 22, 2015
by
W. Michael Petullo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
94b2d9d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libdmapsharing/dmap-mdns-browser-dnssd.c
libdmapsharing/dmap-mdns-browser-dnssd.c
+1
-2
No files found.
libdmapsharing/dmap-mdns-browser-dnssd.c
View file @
bc7768d0
...
...
@@ -87,7 +87,6 @@ service_context_free (ServiceContext *ctx)
g_assert
(
NULL
!=
ctx
);
g_assert
(
NULL
!=
ctx
->
ref
);
g_assert
(
NULL
!=
ctx
->
browser
);
g_assert
(
NULL
!=
ctx
->
service
);
DNSServiceRefDeallocate
(
ctx
->
ref
);
g_object_unref
(
ctx
->
browser
);
...
...
@@ -152,7 +151,7 @@ service_result_available_cb (GIOChannel * gio, GIOCondition condition,
service_context_free
(
context
);
done:
return
FALSE
;
return
fnval
;
}
static
char
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment