- Timestamp:
- Mar 17, 2010, 9:58:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/dbconnect.c
r14590 r27305 47 47 gprint (GP_ERR, "failed to set interactive timout\n"); 48 48 gprint (GP_ERR, "%s\n", mysql_error (connection)); 49 free (query);50 49 return (FALSE); 51 50 } … … 57 56 gprint (GP_ERR, "failed to set wait timout\n"); 58 57 gprint (GP_ERR, "%s\n", mysql_error (connection)); 59 free (query);60 58 return (FALSE); 61 59 } … … 71 69 gprint (GP_ERR, "failed to get timout\n"); 72 70 gprint (GP_ERR, "%s\n", mysql_error (connection)); 73 free (query);74 71 return (FALSE); 75 72 } … … 84 81 gprint (GP_ERR, "failed to get timout\n"); 85 82 gprint (GP_ERR, "%s\n", mysql_error (connection)); 86 free (query);87 83 return (FALSE); 88 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
