Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release-2.1'
Browse files Browse the repository at this point in the history
Hago un merge de release-2.1 para solucionar el infame bug del
segfault acá también.
  • Loading branch information
Lowercases committed Dec 10, 2011
2 parents 73ed77f + 4a032d4 commit 5bbb1cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xteban.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define URL_VIDEO "http://www.youtube.com/watch?v=wC22UvgdKC8\n"
Expand Down Expand Up @@ -42,6 +43,9 @@ char *argv[];
if (r != strlen(URL_VIDEO))
return 1;

t = malloc(sizeof(int));
memset(t, 0, sizeof(int));

return *t;

}
Expand Down

0 comments on commit 5bbb1cd

Please sign in to comment.