Skip to content

Commit

Permalink
Initialise model vars to NULL for error path [llvm]
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Nov 15, 2013
1 parent 25bb042 commit 952de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example8.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ main(int argc, char *argv[])
char *program = argv[0];
librdf_world* world;
librdf_storage *storage;
librdf_model* model;
librdf_model* model = NULL;
const char *parser_name;
librdf_parser* parser;
librdf_query* query;
Expand Down

0 comments on commit 952de5a

Please sign in to comment.