mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
18 lines
436 B
Diff
18 lines
436 B
Diff
--- hydra-http-form.old 2008-02-06 09:42:49.000000000 +0000
|
|
+++ hydra-http-form.c 2008-02-06 09:43:45.000000000 +0000
|
|
@@ -149,7 +149,6 @@
|
|
}
|
|
|
|
if (hydra_send(s, buffer, strlen(buffer), 0) < 0) {
|
|
- free(updvariables);
|
|
free(upd2variables);
|
|
return 1;
|
|
}
|
|
@@ -183,7 +182,6 @@
|
|
*/
|
|
|
|
free(buf);
|
|
- free(updvariables);
|
|
free(upd2variables);
|
|
|
|
if (memcmp(hydra_get_next_pair(), &HYDRA_EXIT, sizeof(HYDRA_EXIT)) == 0)
|