public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
Release inputbuf at end of main program.
jgm (author)
Mon May 19 11:33:43 -0700 2008
commit  a1f2ad87f39d272f9bdec54d603830c54e976673
tree    fee1c901db439afd4ca58d3598d1a1d6cb847641
parent  6611a90a7de08f9394f5bc4eaa061ad84be872e6
...
233
234
235
 
 
236
237
...
233
234
235
236
237
238
239
0
@@ -233,6 +233,8 @@
0
 
0
     printf("\n");
0
 
0
+ free(inputbuf);
0
+
0
     return(EXIT_SUCCESS);
0
 }

Comments

    No one has commented yet.