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
T
tracker-miners
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
46
Issues
46
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
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
tracker-miners
Commits
bbf53834
Commit
bbf53834
authored
Oct 12, 2020
by
Sam Thursfield
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wip/carlosg/invalid-reads' into 'master'
libtracker-miner: Add missing ref to SPARQL buffer task Closes
#130
See merge request
!278
parents
89818c9c
d5ba6f69
Pipeline
#220731
failed with stages
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/libtracker-miner/tracker-sparql-buffer.c
src/libtracker-miner/tracker-sparql-buffer.c
+1
-1
No files found.
src/libtracker-miner/tracker-sparql-buffer.c
View file @
bbf53834
...
...
@@ -522,7 +522,7 @@ tracker_sparql_buffer_push_finish (TrackerSparqlBuffer *buffer,
task
=
g_task_propagate_pointer
(
G_TASK
(
res
),
error
);
if
(
!
task
)
task
=
g_
task_get_task_data
(
G_TASK
(
res
));
task
=
g_
object_ref
(
g_task_get_task_data
(
G_TASK
(
res
)
));
return
task
;
}
...
...
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