Skip to content

Commit

Permalink
Initialize the in_link_body variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Nov 26, 2011
1 parent 23d4fcd commit 54523fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown.c
Expand Up @@ -2350,6 +2350,7 @@ sd_markdown_new(
md->ext_flags = extensions;
md->opaque = opaque;
md->max_nesting = max_nesting;
md->in_link_body = 0;

return md;
}
Expand Down

0 comments on commit 54523fc

Please sign in to comment.